From owner-freebsd-stable@FreeBSD.ORG Fri Mar 10 06:08:28 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73CD516A420 for ; Fri, 10 Mar 2006 06:08:28 +0000 (GMT) (envelope-from freebsd-list@chuckatkins.net) Received: from centrmmtao06.cox.net (centrmmtao06.cox.net [70.168.83.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE5543D46 for ; Fri, 10 Mar 2006 06:08:27 +0000 (GMT) (envelope-from freebsd-list@chuckatkins.net) Received: from [10.0.0.2] (really [24.253.206.92]) by centrmmtao06.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060310060819.NYFL4002.centrmmtao06.cox.net@[10.0.0.2]>; Fri, 10 Mar 2006 01:08:19 -0500 Message-ID: <441118A3.10700@chuckatkins.net> Date: Fri, 10 Mar 2006 00:11:47 -0600 From: Chuck Atkins User-Agent: Thunderbird 1.5 (X11/20060219) MIME-Version: 1.0 To: Pete Slagle References: <20060228110344.GB36376@intserv.int1.b.intern> <20060309204400.GF48078@ip.net.ua> <4410BF8C.1060102@voidcaptain.com> In-Reply-To: <4410BF8C.1060102@voidcaptain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: loader_color="YES" 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: Fri, 10 Mar 2006 06:08:28 -0000 Pete Slagle wrote: > Ruslan Ermilov wrote: > >> loader_color is deprecated. One should use loader_logo as described >> in loader.conf(5) instead. > > Hmmm. Contrary to what you say, when I run 'man 5 loader.conf' on my > 6.0-RELEASE-p4 box there is no mention whatsoever of loader_logo, and > loader_color is recommended. > > Perhaps this has changed recently? > > Pete > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > My last cvsup and buildworld to stable was Feb 20 (6.1-PRERELEASE). In my man 5 loader.conf, loader_logo is the last option mentioned and in fact loader_color is not mentioned at all. Chuck