summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2008-01-25 16:44:34 +0000
committermtm <mtm@FreeBSD.org>2008-01-25 16:44:34 +0000
commit62d20a5f3916725144d3f7f28fd2f78de7cb0578 (patch)
tree4b116f552831546d5d76388bb6cecda67b6c3b29 /etc/rc.subr
parente6e79b3074c096fb7adef735277dbc8685f7196f (diff)
downloadFreeBSD-src-62d20a5f3916725144d3f7f28fd2f78de7cb0578.zip
FreeBSD-src-62d20a5f3916725144d3f7f28fd2f78de7cb0578.tar.gz
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
Diffstat (limited to 'etc/rc.subr')
-rw-r--r--etc/rc.subr3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index 013f30b..ba3e0a4 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
OpenPOWER on IntegriCloud