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
8f582a64
Commit
8f582a64
authored
Jun 06, 2001
by
Robert Ricci
Browse files
RC script for starting up local testbed services:
bootinfo tmcd proxydhcp capture
parent
71a44b67
Changes
1
Hide whitespace changes
Inline
Side-by-side
rc.d/3.testbed.sh
0 → 100755
View file @
8f582a64
#!/bin/sh
#
# Utah Network Testbed local startup
#
if
[
-x
/usr/testbed/sbin/bootinfo.restart
]
;
then
echo
-n
" bootinfo"
/usr/testbed/sbin/bootinfo.restart
fi
if
[
-x
/usr/testbed/sbin/tmcd.restart
]
;
then
echo
-n
" tmcd"
/usr/testbed/sbin/tmcd.restart
fi
if
[
-x
/usr/testbed/sbin/proxydhcp.restart
]
;
then
echo
-n
" proxydhcp"
/usr/testbed/sbin/proxydhcp.restart
fi
if
[
-x
/usr/site/etc/capture.rc
-a
-d
/var/log/tiplogs
]
;
then
echo
-n
" capture"
/usr/site/etc/capture.rc
fi
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