Skip to content
GitLab
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
24026065
Commit
24026065
authored
Sep 03, 2003
by
Mike Hibler
Browse files
Exclude the name "local" when looking for jails in /var/emulab/jails
parent
1a6b7412
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/bootvnodes
View file @
24026065
...
...
@@ -115,7 +115,7 @@ if ($killit | $haltit) {
closedir
(
DIR
);
foreach
my
$file
(
@files
)
{
if
(
$file
ne
"
.
"
&&
$file
ne
"
..
"
&&
if
(
$file
ne
"
.
"
&&
$file
ne
"
..
"
&&
$file
ne
"
local
"
&&
$file
=~
/^([-\w]*)$/
)
{
print
"
$act
vnode $1 ...
\n
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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