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
bda6ffc7
Commit
bda6ffc7
authored
Sep 06, 2002
by
Mike Hibler
Browse files
plasticwrap requires that a command be in the same directory on boss
as it is on ops, so move eventsys_control to bin (from sbin)
parent
39da9e62
Changes
3
Show whitespace changes
Inline
Side-by-side
security/paperbag.in
View file @
bda6ffc7
...
...
@@ -34,7 +34,7 @@ my $TB = "@prefix@";
"
delay_config
"
=>
"
$TB
/bin/delay_config
",
"
savelogs
"
=>
"
$TB
/bin/savelogs
",
"
portstats
"
=>
"
$TB
/bin/portstats
",
"
eventsys_control
"
=>
"
$TB
/
s
bin/eventsys_control
"
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
"
);
# Need to provide a simple path, because some scripts we call need one
...
...
tbsetup/GNUmakefile.in
View file @
bda6ffc7
...
...
@@ -17,7 +17,7 @@ SUBDIRS = checkpass ns2ir
BIN_STUFF = power snmpit tbend tbswapin tbswapout tbprerun tbreport \
os_load startexp endexp batchexp swapexp \
node_reboot nscheck node_update savelogs node_control \
portstats checkports
portstats checkports
eventsys_control
# Stuff that mere users get on plastic.
USERBINS = os_load node_reboot nscheck node_update savelogs \
...
...
@@ -26,7 +26,7 @@ USERBINS = os_load node_reboot nscheck node_update savelogs \
SBIN_STUFF = resetvlans console_setup.proxy sched_reload named_setup \
batch_daemon exports_setup reload_daemon sched_reserve \
console_reset db2ns bwconfig frisbeelauncher \
rmgroup mkgroup mkacct setgroups mkproj
eventsys_control
\
rmgroup mkgroup mkacct setgroups mkproj \
exports_setup.proxy vnode_setup
LIBEXEC_STUFF = rmproj rmacct-ctrl wanlinksolve wanlinkinfo \
...
...
@@ -115,8 +115,8 @@ post-install:
chmod u+s $(INSTALL_BINDIR)/node_update
chown root $(INSTALL_SBINDIR)/vnode_setup
chmod u+s $(INSTALL_SBINDIR)/vnode_setup
chown root $(INSTALL_
S
BINDIR)/eventsys_control
chmod u+s $(INSTALL_
S
BINDIR)/eventsys_control
chown root $(INSTALL_BINDIR)/eventsys_control
chmod u+s $(INSTALL_BINDIR)/eventsys_control
#
# Control node installation (okay, plastic)
...
...
xmlrpc/xmlrpcbag.in
View file @
bda6ffc7
...
...
@@ -34,7 +34,7 @@ my $TB = "@prefix@";
"
delay_config
"
=>
"
$TB
/bin/delay_config
",
"
savelogs
"
=>
"
$TB
/bin/savelogs
",
"
portstats
"
=>
"
$TB
/bin/portstats
",
"
eventsys_control
"
=>
"
$TB
/
s
bin/eventsys_control
"
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
"
);
# Need to provide a simple path, because some scripts we call need one
...
...
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