From owner-freebsd-stable@FreeBSD.ORG Tue Sep 15 19:39:32 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 1A3FE1065676 for ; Tue, 15 Sep 2009 19:39:32 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id D62F68FC12 for ; Tue, 15 Sep 2009 19:39:31 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:a4b9:2477:dadd:9c27] (unknown [IPv6:2001:7b8:3a7:0:a4b9:2477:dadd:9c27]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id EB2205C43; Tue, 15 Sep 2009 21:39:30 +0200 (CEST) Message-ID: <4AAFED75.4020502@andric.com> Date: Tue, 15 Sep 2009 21:39:33 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.4pre) Gecko/20090914 Shredder/3.0b4pre MIME-Version: 1.0 To: Ronald Klop References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org 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: Tue, 15 Sep 2009 19:39:32 -0000 On 2009-09-15 16:37, Ronald Klop wrote: > Since I run 8.0 the rc.d scripts are less verbose. I have some problems > with them, but the default output gives me no information anymore. > > In the 8.0-TODO wiki there is a mention about verbosity of the rc.d > scripts at the bottom. Is there a way for me to increase the verbosity? Nope, this was removed, apparently. A pity, since this was very useful information during boot time. However, setting rc_debug will give you enormous gobs of useless info (unless you're debugging rc scripts), and rc_info doesn't seem to add much anymore, if anything. To restore the old behaviour, apply the following patch (I have this in my local repository for ages now): 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 }\