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
9ed2d1e0
Commit
9ed2d1e0
authored
Sep 01, 2003
by
Leigh B. Stoller
Browse files
Start the syncserver when one has been requested.
parent
dc233e7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/rc.injail
View file @
9ed2d1e0
...
...
@@ -14,6 +14,11 @@ if [ -x $BOOTDIR/rc.route ]; then
$BOOTDIR
/rc.route
enable
fi
if
[
-x
$BOOTDIR
/rc.syncserver
]
;
then
echo
"Starting Sync Server ..."
$BOOTDIR
/rc.syncserver
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