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
dd1d9190
Commit
dd1d9190
authored
Dec 02, 2003
by
Mike Hibler
Browse files
check in the correct place to see if vn device exists
parent
0efa7677
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
dd1d9190
...
...
@@ -331,7 +331,7 @@ sub mkrootfs($)
#
for
(
my
$i
=
0
;
$i
<
$MAXVNDEVS
;
$i
++
)
{
# Make sure the dev entries exist!
if
(
!
-
e
"
vn
${i}
")
{
if
(
!
-
e
"
/dev/
vn
${i}
")
{
mysystem
("
(cd /dev; ./MAKEDEV vn
${i}
)
");
}
...
...
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