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
34adc3ca
Commit
34adc3ca
authored
May 25, 2004
by
Shashi Guruprasad
Browse files
Rev. 1.35 missed fixing the same code on a diff line.
parent
5a643988
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
34adc3ca
...
...
@@ -696,7 +696,7 @@ sub restorerootfs($)
# Stash the control net IP if not the same as the host IP
#
if
(
$IP
ne
$hostip
)
{
mysystem
("
echo
$IP
>
>
$path
/root/var/emulab/boot/myip
");
mysystem
("
echo
$IP
>
$path
/root/var/emulab/boot/myip
");
}
# No X11 forwarding.
...
...
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