Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
87604a1a
Commit
87604a1a
authored
Dec 01, 2000
by
Leigh B. Stoller
Browse files
Install os_setup as setuid root.
parent
43445d28
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/GNUmakefile
View file @
87604a1a
...
...
@@ -10,7 +10,7 @@ SCRIPTS = mkprojdir_wrapper tbdoit tbstopit mkexpdir \
ir2ifc power resetvlans savevlans snmpit tbend
\
tbprerun tbreport vpower vsnmpit killtip
DATAFILES
=
default.ifc
SUSCRIPTS
=
mkprojdir
SUSCRIPTS
=
mkprojdir
os_setup
all
:
$(BINS) $(SUBDIRS)
...
...
@@ -56,6 +56,10 @@ $(INSTALL_LIBTBDIR)/%: %.tcl
post-install
:
chown
root
$(INSTALL_BINDIR)
/mkprojdir
chmod
u+s
$(INSTALL_BINDIR)
/mkprojdir
chown
root
$(INSTALL_BINDIR)
/os_setup
chmod
u+s
$(INSTALL_BINDIR)
/os_setup
chown
root
$(INSTALL_LIBTBDIR)
/os_setup
chmod
u+s
$(INSTALL_LIBTBDIR)
/os_setup
clean
:
rm
-f
*
.o
$(BINS)
core
Write
Preview
Supports
Markdown
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