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
This commit is contained in:
Mike Makonnen 2008-01-25 16:44:34 +00:00
parent 40ab104eaa
commit 581487018d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175662

View File

@ -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