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
85fc434a
Commit
85fc434a
authored
Sep 18, 2001
by
Leigh B. Stoller
Browse files
Fix up delay_config install.
parent
8560dc96
Changes
3
Hide whitespace changes
Inline
Side-by-side
security/paperbag.in
View file @
85fc434a
...
...
@@ -22,7 +22,8 @@ my $TB = "@prefix@";
"
nfree
"
=>
"
$TB
/bin/nfree
",
"
node_reboot
"
=>
"
$TB
/bin/node_reboot
",
"
os_load
"
=>
"
$TB
/bin/os_load
",
"
create_image
"
=>
"
$TB
/bin/create_image
"
"
create_image
"
=>
"
$TB
/bin/create_image
",
"
delay_config
"
=>
"
$TB
/bin/delay_config
"
);
# Need to provide a simple path, because some scripts we call need one
...
...
utils/GNUmakefile.in
View file @
85fc434a
...
...
@@ -13,8 +13,7 @@ SBIN_SCRIPTS = vlandiff vlansync
#
# These are the ones installed on plastic (users, control, etc).
#
USERBINS = create_image
USERBIN_SCRIPTS = delay_config
USERBINS = create_image delay_config
#
# Force dependencies on the scripts so that they will be rerun through
...
...
@@ -30,8 +29,7 @@ install: $(addprefix $(INSTALL_BINDIR)/, $(BIN_SCRIPTS)) \
#
# Control node installation (okay, plastic)
#
control-install: \
$(addprefix $(INSTALL_BINDIR)/, $(USERBIN_SCRIPTS))
control-install:
cd $(INSTALL_BINDIR) && \
list='$(USERBINS)'; for file in $$list; do \
rm -f $$file; \
...
...
xmlrpc/xmlrpcbag.in
View file @
85fc434a
...
...
@@ -22,7 +22,8 @@ my $TB = "@prefix@";
"
nfree
"
=>
"
$TB
/bin/nfree
",
"
node_reboot
"
=>
"
$TB
/bin/node_reboot
",
"
os_load
"
=>
"
$TB
/bin/os_load
",
"
create_image
"
=>
"
$TB
/bin/create_image
"
"
create_image
"
=>
"
$TB
/bin/create_image
",
"
delay_config
"
=>
"
$TB
/bin/delay_config
"
);
# Need to provide a simple path, because some scripts we call need one
...
...
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