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
e49fb6eb
Commit
e49fb6eb
authored
Mar 05, 2002
by
Leigh B. Stoller
Browse files
Minor fix; had the wrong name for Abhijeet's program!
parent
89cb020e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/rc.delayagent
View file @
e49fb6eb
...
...
@@ -30,5 +30,5 @@ print "Starting Delay Agent ...\n";
#
my ($bossname) = split(" ", `tmcc bossinfo`);
system("delay
_
agent -s $
bossname
-
d
-
f
$MAPFILE
&
"
);
system("delay
-
agent -s $
bossname
-
d
-
f
$MAPFILE
&
"
);
exit($? >> 0);
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