aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2008-01-25 16:44:34 +0000
committerMike Makonnen <mtm@FreeBSD.org>2008-01-25 16:44:34 +0000
commit581487018d38a06df9254e814c14172a69e105c2 (patch)
tree4b116f552831546d5d76388bb6cecda67b6c3b29 /etc
parent40ab104eaa6f6d5577dcff6d8bf04de03faef345 (diff)
downloadsrc-581487018d38a06df9254e814c14172a69e105c2.tar.gz
src-581487018d38a06df9254e814c14172a69e105c2.zip
Backout previous commit. It's going to clutter the console
during boot and shutdown. I think I'll hide it behind autoboot or maybe take brooks@ suggestion and implement a different command prefix for booting/shutdown purposes, but in any case it needs more thought and attention. Noticed by: ceri Pointyhat to: mtm
Notes
Notes: svn path=/head/; revision=175662
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.subr3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index 013f30be3142..ba3e0a4e852e 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -606,9 +606,6 @@ run_rc_command()
#
if [ -n "${rcvar}" -a "$rc_arg" != "rcvar" ]; then
if ! checkyesno ${rcvar}; then
- echo -n "Cannot '${rc_arg}' $name. Set ${rcvar} to "
- echo -n "YES in /etc/rc.conf or use 'one${rc_arg}' "
- echo "instead of '${rc_arg}'."
return 0
fi
fi