From 9d955f7d36f1f080f7954a91e60c81c7ed770b3c Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Thu, 17 Apr 2003 22:08:14 +0000 Subject: [PATCH] Checkpoint some stuff I was working on for using tmcd to build accounts on ops. Might be a while before I get back to this. --- tmcd/common/GNUmakefile.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tmcd/common/GNUmakefile.in b/tmcd/common/GNUmakefile.in index f00ae18bf..dbb3022b8 100644 --- a/tmcd/common/GNUmakefile.in +++ b/tmcd/common/GNUmakefile.in @@ -36,8 +36,9 @@ install: @echo "directory afterwards." -local-install: path-install local-script-install -remote-install: path-install remote-script-install +local-install: path-install local-script-install +remote-install: path-install remote-script-install +control-install: path-install control-script-install other-install: (cd ../../os; $(MAKE) client-install) @@ -86,3 +87,8 @@ local-script-install: common-script-install remote-script-install: common-script-install -chown root $(BINDIR)/vnodesetup -chmod u+s $(BINDIR)/vnodesetup + +control-script-install: dir-install + $(INSTALL) -m 755 $(SRCDIR)/../libsetup.pm $(BINDIR)/libsetup.pm + $(INSTALL) -m 755 $(SRCDIR)/watchdog $(BINDIR)/watchdog + $(INSTALL) -m 755 $(SRCDIR)/update $(BINDIR)/update -- GitLab