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
459b3687
Commit
459b3687
authored
Jan 18, 2002
by
Mike Hibler
Browse files
tweak to cvsup invocation to avoid embedding boss name in supfile
parent
3f150979
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/rc.testbed
View file @
459b3687
...
...
@@ -7,7 +7,11 @@
echo
"Checking for file updates ..."
export
HOME
=
/root
/usr/local/bin/cvsup
-e
-1
-g
-L
1 /etc/testbed/supfile
if
[
-f
/etc/testbed/supfile
]
;
then
set
--
`
/etc/testbed/tmcc bossinfo
`
/usr/local/bin/cvsup
-h
$1
-e
-1
-g
-L
1 /etc/testbed/supfile
fi
if
[
-x
/etc/testbed/rc.healthd
]
;
then
echo
"Starting node health monitoring ..."
...
...
tmcd/linux/rc.testbed
View file @
459b3687
...
...
@@ -7,7 +7,11 @@
echo
"Checking for file updates ..."
export
HOME
=
/root
/usr/local/bin/cvsup
-e
-1
-g
-L
1 /etc/rc.d/testbed/supfile
if
[
-f
/etc/rc.d/testbed/supfile
]
;
then
set
--
`
/etc/rc.d/testbed/tmcc bossinfo
`
/usr/local/bin/cvsup
-h
$1
-e
-1
-g
-L
1 /etc/rc.d/testbed/supfile
fi
if
[
-x
/etc/rc.d/testbed/rc.healthd
]
;
then
echo
"Starting node health monitoring ..."
...
...
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