Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2009 09:54:35 +0200
From:      Cezary Morga <cm@therek.net>
To:        freebsd-stable@freebsd.org
Subject:   Re: 8.0 rc.d scripts less verbose?
Message-ID:  <4AB099BB.9040603@therek.net>
In-Reply-To: <4AAFED75.4020502@andric.com>
References:  <op.u0aywxkp8527sy@82-170-177-25.ip.telfort.nl> <4AAFED75.4020502@andric.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AB099BB.9040603>