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
dceb0977
Commit
dceb0977
authored
May 24, 2002
by
Kirk Webb
Browse files
Small wording change in rc.setup (idle->usage)
parent
5aece56b
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/rc.setup
View file @
dceb0977
...
...
@@ -53,7 +53,7 @@ if [ -x /etc/testbed/rc.healthd ]; then
fi
if
[
-x
/etc/testbed/slothd
]
;
then
echo
"Starting
idl
e detector ..."
echo
"Starting
usag
e detector ..."
/etc/testbed/slothd
fi
...
...
tmcd/linux/rc.setup
View file @
dceb0977
...
...
@@ -44,7 +44,7 @@ if [ -x /etc/rc.d/testbed/rc.healthd ]; then
fi
if
[
-x
/etc/rc.d/testbed/slothd
]
;
then
echo
"Starting
idl
e detector ..."
echo
"Starting
usag
e detector ..."
/etc/rc.d/testbed/slothd
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