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-devel
Commits
dd2d422e
Commit
dd2d422e
authored
Dec 04, 2000
by
Kristin Wright
Browse files
Moved rmacct/mkacct into suscript section. Added mkacct-ctrl to
the same. Added chown/chmod lines in the post-install section.
parent
72f97005
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/GNUmakefile
View file @
dd2d422e
...
...
@@ -6,11 +6,12 @@ include ../GNUmakerules
SUBDIRS
=
checkpass
SCRIPTS
=
mkprojdir_wrapper tbdoit tbstopit mkexpdir
\
mkacct rmacct
delay_setup ifc_setup ifc_filegen
\
delay_setup ifc_setup ifc_filegen
\
ir2ifc power resetvlans savevlans snmpit tbend
\
tbprerun tbreport vpower vsnmpit killtip
DATAFILES
=
default.ifc
SUSCRIPTS
=
mkprojdir os_setup
SUSCRIPTS
=
mkprojdir os_setup mkacct-ctrl mkacct rmacct
\
mkacct-ctrl
all
:
$(BINS) $(SUBDIRS)
...
...
@@ -56,6 +57,12 @@ $(INSTALL_LIBTBDIR)/%: %.tcl
post-install
:
chown
root
$(INSTALL_BINDIR)
/mkprojdir
chmod
u+s
$(INSTALL_BINDIR)
/mkprojdir
chown
root
$(INSTALL_BINDIR)
/mkacct-ctrl
chmod
u+s
$(INSTALL_BINDIR)
/mkacct-ctrl
chown
root
$(INSTALL_BINDIR)
/mkacct
chmod
u+s
$(INSTALL_BINDIR)
/mkacct
chown
root
$(INSTALL_BINDIR)
/rmacct
chmod
u+s
$(INSTALL_BINDIR)
/rmacct
chown
root
$(INSTALL_BINDIR)
/os_setup
chmod
u+s
$(INSTALL_BINDIR)
/os_setup
chown
root
$(INSTALL_LIBTBDIR)
/os_setup
...
...
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