From owner-freebsd-stable@FreeBSD.ORG Sun May 9 08:25:28 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F38761065674 for ; Sun, 9 May 2010 08:25:27 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id 8641E8FC17 for ; Sun, 9 May 2010 08:25:27 +0000 (UTC) Received: (qmail 29727 invoked by uid 399); 9 May 2010 08:25:24 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 9 May 2010 08:25:24 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BE67173.4000403@FreeBSD.org> Date: Sun, 09 May 2010 01:25:23 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: jhell References: <4BE6512B.5030202@dataix.net> In-Reply-To: <4BE6512B.5030202@dataix.net> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Subject: Re: MFC of r206686 r179870 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: Sun, 09 May 2010 08:25:28 -0000 On 05/08/10 23:07, jhell wrote: > The following two commits to stable/7 may be responsible for dirtying > the console with messages pertaining to setting values in rc.conf. I found the problem, and just committed r207811 which should fix it. The issue was only relevant to booting (which I did not test) as opposed to running rc.d scripts on the command line (which I did). Sorry for the hassle, and thanks for bringing this to my attention. Doug