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
63aa0582
Commit
63aa0582
authored
Sep 25, 2008
by
Leigh B. Stoller
Browse files
Minor syntax fix.
parent
8139d82a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/config/rc.ifconfig
View file @
63aa0582
...
...
@@ -46,8 +46,8 @@ use librc;
# Not all clients support this.
#
exit
(
0
)
if
(
MFS
()
||
(
JAILED
()
&&
!
LINUXJAILED
())
||
(
REMOTE
()
&&
!
REMOTEDED
())
||
PLAB
());
if
(
MFS
()
||
(
JAILED
()
&&
!
LINUXJAILED
())
||
(
REMOTE
()
&&
!
(
REMOTEDED
()
||
FAKEJAILED
()))
||
PLAB
());
# Protos.
sub
doboot
();
...
...
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