From owner-freebsd-stable@FreeBSD.ORG Wed Sep 16 07:54:39 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95471106566B for ; Wed, 16 Sep 2009 07:54:39 +0000 (UTC) (envelope-from cm@therek.net) Received: from lux.therek.net (lux.therek.net [64.85.172.243]) by mx1.freebsd.org (Postfix) with ESMTP id 66BA68FC14 for ; Wed, 16 Sep 2009 07:54:39 +0000 (UTC) Received: from frameshift.waw.therek.net (dixie.therek.net [85.222.73.223]) (authenticated bits=0) by lux.therek.net (8.14.3/8.14.3) with ESMTP id n8G7sZ8e025790 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Wed, 16 Sep 2009 09:54:37 +0200 (CEST) Message-ID: <4AB099BB.9040603@therek.net> Date: Wed, 16 Sep 2009 09:54:35 +0200 From: Cezary Morga User-Agent: Thunderbird 2.0.0.22 (X11/20090724) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4AAFED75.4020502@andric.com> In-Reply-To: <4AAFED75.4020502@andric.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 8.0 rc.d scripts less verbose? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2009 07:54:39 -0000 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)