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
99ef4056
Commit
99ef4056
authored
Sep 03, 2008
by
Leigh B. Stoller
Browse files
Minor change to hackwaitandexit() for fakejails.
parent
af1554b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/vnodesetup
View file @
99ef4056
...
...
@@ -836,9 +836,13 @@ sub hackwaitandexit()
if
(
-
e
"
/vservers
")
{
$goofy
=
"
/vservers/
$vnodeid
/var/run/emulab-watchdog.pid
";
}
elsif
(
$fakevnode
)
{
$goofy
=
CONFDIR
()
.
"
/evproxy.pid
";
}
else
{
$goofy
=
CONFDIR
()
.
"
/root/var/run/emulab-watchdog.pid
";
}
#print "hackwaitandexit: waiting for $goofy to appear\n";
while
(
$count
--
)
{
sleep
(
1
);
...
...
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