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
fabb1ad1
Commit
fabb1ad1
authored
Aug 27, 2003
by
Mike Hibler
Browse files
Run "rc.route enable" so that gated will get started for Session routing
configs
parent
27cbc092
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/rc.injail
View file @
fabb1ad1
...
...
@@ -9,6 +9,11 @@
echo
"Doing Testbed jailsetup configuration ..."
$BINDIR
/jailsetup
if
[
-x
$BOOTDIR
/rc.route
]
;
then
echo
"Setting up Testbed interface routing ..."
$BOOTDIR
/rc.route
enable
fi
if
[
-x
$BOOTDIR
/rc.rpm
]
;
then
echo
"Installing RPMs ..."
$BOOTDIR
/rc.rpm
...
...
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