Dimitry Andric pisze:
Index: etc/rc.subr
===================================================================
--- etc/rc.subr (revision 196888)
+++ etc/rc.subr (working copy)
@@ -680,7 +680,7 @@ run_rc_command()
# setup the full command to run
                                        #
-                       [ -z "${rc_quiet}" ] && echo "Starting ${name}."
+                       echo "Starting ${name}."
                        if [ -n "$_chroot" ]; then
                                _doit="\
 ${_nice:+nice -n $_nice }\

Wouldn't it be easier to set rc_quiet to zero-length value, like rc_quiet=""?

--
Cezary Morga
"Research is the process of going up alleys to see if they are blind." (Marston Bates)
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to