From 3d7a9cc478f8503552d440c9fe2e8335ce1a2f79 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Mon, 6 Jan 2003 15:39:40 +0000 Subject: [PATCH] Minor additions to remote install target. --- tmcd/common/GNUmakefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmcd/common/GNUmakefile.in b/tmcd/common/GNUmakefile.in index 7beacb37a..4f3301673 100644 --- a/tmcd/common/GNUmakefile.in +++ b/tmcd/common/GNUmakefile.in @@ -86,8 +86,12 @@ script-install: dir-install remote-script-install: dir-install $(INSTALL) -m 755 $(SRCDIR)/../libsetup.pm $(BINDIR)/libsetup.pm + $(INSTALL) -m 755 $(SRCDIR)/watchdog $(BINDIR)/watchdog $(INSTALL) -m 755 $(SRCDIR)/ntpstart $(BINDIR)/ntpstart $(INSTALL) -m 755 $(SRCDIR)/runstartup $(BINDIR)/runstartup $(INSTALL) -m 755 $(SRCDIR)/runcvsup.sh $(BINDIR)/runcvsup.sh $(INSTALL) -m 755 $(SRCDIR)/update $(BINDIR)/update $(INSTALL) -m 755 $(SRCDIR)/vnodesetup $(BINDIR)/vnodesetup + -chown root $(BINDIR)/vnodesetup + -chmod u+s $(BINDIR)/vnodesetup + $(INSTALL) -m 755 $(SRCDIR)/bootvnodes $(BINDIR)/bootvnodes -- GitLab