Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
9d955f7d
Commit
9d955f7d
authored
Apr 17, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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.
parent
5af2d25b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
tmcd/common/GNUmakefile.in
tmcd/common/GNUmakefile.in
+8
-2
No files found.
tmcd/common/GNUmakefile.in
View file @
9d955f7d
...
@@ -36,8 +36,9 @@ install:
...
@@ -36,8 +36,9 @@ install:
@echo "directory afterwards."
@echo "directory afterwards."
local-install: path-install local-script-install
local-install: path-install local-script-install
remote-install: path-install remote-script-install
remote-install: path-install remote-script-install
control-install: path-install control-script-install
other-install:
other-install:
(cd ../../os; $(MAKE) client-install)
(cd ../../os; $(MAKE) client-install)
...
@@ -86,3 +87,8 @@ local-script-install: common-script-install
...
@@ -86,3 +87,8 @@ local-script-install: common-script-install
remote-script-install: common-script-install
remote-script-install: common-script-install
-chown root $(BINDIR)/vnodesetup
-chown root $(BINDIR)/vnodesetup
-chmod u+s $(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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment