From 581487018d38a06df9254e814c14172a69e105c2 Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Fri, 25 Jan 2008 16:44:34 +0000 Subject: [PATCH] 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 --- etc/rc.subr | 3 --- 1 file changed, 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