Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
0c56299e
Commit
0c56299e
authored
Jul 17, 2007
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
What a doofus, fix rev 1.22 so that restart actually does..eh, restart
the delay setup! Previously it was just killing it.
parent
4c278840
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tmcd/freebsd/delaysetup
tmcd/freebsd/delaysetup
+2
-2
No files found.
tmcd/freebsd/delaysetup
View file @
0c56299e
...
...
@@ -155,14 +155,14 @@ if ($reinstall || $uninstall) {
DelaySetup
();
if
(
-
e
TMDELAY
)
{
system
(
TMDELAY
.
"
enable
")
if
(
$install
);
if
(
$install
||
$reinstall
);
exit
(
0
);
}
LinkDelaySetup
();
if
(
-
e
TMLINKDELAY
)
{
system
(
TMLINKDELAY
.
"
enable
")
if
(
$install
);
if
(
$install
||
$reinstall
);
exit
(
0
);
}
exit
(
0
);
...
...
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