From nobody@FreeBSD.org  Wed Nov 16 09:18:10 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C6319106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Nov 2011 09:18:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id B65878FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Nov 2011 09:18:10 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pAG9IAQp066733
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Nov 2011 09:18:10 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pAG9IAuD066732;
	Wed, 16 Nov 2011 09:18:10 GMT
	(envelope-from nobody)
Message-Id: <201111160918.pAG9IAuD066732@red.freebsd.org>
Date: Wed, 16 Nov 2011 09:18:10 GMT
From: Manolis Kiagias <manolis@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] /boot/defaults/loader.conf does not list new orb, orbbw logos on 9.0-RC2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162608
>Category:       conf
>Synopsis:       [patch] /boot/defaults/loader.conf does not list new orb, orbbw logos on 9.0-RC2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 16 09:20:09 UTC 2011
>Closed-Date:    Sat Jan 28 19:31:53 UTC 2012
>Last-Modified:  Sat Jan 28 19:31:53 UTC 2012
>Originator:     Manolis Kiagias
>Release:        9.0-RC2
>Organization:
>Environment:
>Description:
The loader_logo line in /etc/defaults/loader.conf lists the following as possible logos: fbsdbw, beastiebw, beastie, none. The new orbbw and orb logos are missing. Even more, the commented out entry seems to indicate that fbsdbw is the default (loader_logo="fbsdbw") while the new default is orbbw.
>How-To-Repeat:
grep loader_logo /boot/defaults/loader.conf
>Fix:
Apply the following patch to /boot/defaults/loader.conf

Patch attached with submission follows:

--- loader.conf	2011-11-12 16:00:53.000000000 +0200
+++ /boot/defaults/loader.conf	2011-11-16 11:04:11.000000000 +0200
@@ -47,7 +47,7 @@
 				# escape to the loader prompt, set to
 				# "NO" to disable autobooting
 #beastie_disable="NO"		# Turn the beastie boot menu on and off
-#loader_logo="fbsdbw"		# Desired logo: fbsdbw, beastiebw, beastie, none
+#loader_logo="orbbw"		# Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
 #comconsole_speed="9600"	# Set the current serial console speed
 #console="vidconsole"		# A comma separated list of console(s)
 #currdev="disk1s1a"		# Set the current device


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Nov 16 18:04:25 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162608 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Nov 19 14:44:51 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162608 
State-Changed-From-To: closed->patched 
State-Changed-By: miwi 
State-Changed-When: Sat Nov 19 14:46:19 UTC 2011 
State-Changed-Why:  
- move over to patched 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162608 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/162608: commit references a PR
Date: Sat, 19 Nov 2011 14:44:43 +0000 (UTC)

 Author: miwi
 Date: Sat Nov 19 14:44:29 2011
 New Revision: 227727
 URL: http://svn.freebsd.org/changeset/base/227727
 
 Log:
   - Add new loader_logo orbbw to default.conf
   
   PR:		162608
   Submitted by:	manolis
   Approved by:	rwatson (mentor)
   MFC after:	3 Days
 
 Modified:
   head/sys/boot/forth/loader.conf
 
 Modified: head/sys/boot/forth/loader.conf
 ==============================================================================
 --- head/sys/boot/forth/loader.conf	Sat Nov 19 14:42:06 2011	(r227726)
 +++ head/sys/boot/forth/loader.conf	Sat Nov 19 14:44:29 2011	(r227727)
 @@ -47,7 +47,7 @@ bitmap_type="splash_image_data" # and pl
  				# escape to the loader prompt, set to
  				# "NO" to disable autobooting
  #beastie_disable="NO"		# Turn the beastie boot menu on and off
 -#loader_logo="fbsdbw"		# Desired logo: fbsdbw, beastiebw, beastie, none
 +#loader_logo="orbbw"		# Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
  #comconsole_speed="9600"	# Set the current serial console speed
  #console="vidconsole"		# A comma separated list of console(s)
  #currdev="disk1s1a"		# Set the current device
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jan 28 19:31:50 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162608 
>Unformatted:
