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
3d10199f
Commit
3d10199f
authored
Jun 28, 2004
by
Leigh B. Stoller
Browse files
Remove hardwired path of isdelaynode, replace with exported function
from libsetup (ISDELAYNODE()).
parent
da7c8e34
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/rc.bootsetup
View file @
3d10199f
...
...
@@ -230,7 +230,7 @@ sub doboot()
# XXX We do not want to run this on delay nodes so must do this after
# we have run the config scripts.
#
if
(
-
x
"
$RCDIR
/rc.linktest
"
&&
!
-
e
"
$BOOTDIR
/rc.delay
"
)
{
if
(
-
x
"
$RCDIR
/rc.linktest
"
&&
!
-
e
ISDELAYNODE
()
)
{
print
("
Starting linktest daemon
\n
");
system
("
$RCDIR
/rc.linktest start
");
if
(
$?
)
{
...
...
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