From owner-freebsd-stable@FreeBSD.ORG Sun May 9 06:46:17 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 47560106566B for ; Sun, 9 May 2010 06:46:17 +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 CE92F8FC08 for ; Sun, 9 May 2010 06:46:16 +0000 (UTC) Received: (qmail 3501 invoked by uid 399); 9 May 2010 06:46:16 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 9 May 2010 06:46:16 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BE65A36.1000309@FreeBSD.org> Date: Sat, 08 May 2010 23:46:14 -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 06:46:17 -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 appreciate the problem report, but pasting the commit logs from commits that I actually did doesn't provide me any useful information. What WOULD be useful are examples of "dirtying the console," along with some additional information about the settings that it is complaining about. Also, did you upgrade all of /etc, do you have an /etc/defaults/rc.conf file, what are the contents of /etc/rc.conf and /etc/rc.conf.local? In my testing the changes did not produce any unexpected results, but that doesn't mean I didn't miss something. Doug