From root@gits.dyndns.org  Sat Jun 22 16:50:14 2002
Return-Path: <root@gits.dyndns.org>
Received: from smtp.noos.fr (claudel.noos.net [212.198.2.83])
	by hub.freebsd.org (Postfix) with ESMTP id 9829837B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Jun 2002 16:50:12 -0700 (PDT)
Received: (qmail 17618922 invoked by uid 0); 22 Jun 2002 23:50:10 -0000
Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.229.153]) (envelope-sender <root@gits.dyndns.org>)
          by 212.198.2.83 (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 22 Jun 2002 23:50:10 -0000
Received: from gits.gits.dyndns.org (idg24ilid1jer61i@localhost [127.0.0.1])
	by gits.gits.dyndns.org (8.12.3/8.12.3) with ESMTP id g5MNo9AN008038;
	Sun, 23 Jun 2002 01:50:10 +0200 (CEST)
	(envelope-from root@gits.dyndns.org)
Received: (from root@localhost)
	by gits.gits.dyndns.org (8.12.3/8.12.3/Submit) id g5MNo9Ci008037;
	Sun, 23 Jun 2002 01:50:09 +0200 (CEST)
	(envelope-from root)
Message-Id: <200206222350.g5MNo9Ci008037@gits.gits.dyndns.org>
Date: Sun, 23 Jun 2002 01:50:09 +0200 (CEST)
From: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Reply-To: Cyrille Lefevre <cyrille.lefevre@laposte.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: msmith@freebsd.org
Subject: bootfile separator is wrong in loader.conf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39679
>Category:       docs
>Synopsis:       bootfile separator is wrong in loader.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 22 17:00:07 PDT 2002
>Closed-Date:    Sat Jul 13 09:41:08 PDT 2002
>Last-Modified:  Sat Jul 13 09:41:08 PDT 2002
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.6-RC i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.6-RC FreeBSD 4.6-RC #11: Sun Jun 9 19:48:37 CEST 2002 root@gits:/disk2/freebsd/src/sys/compile/CUSTOM i386

>Description:
	bootfile samples uses `,' as a separator while code uses `;'.
>How-To-Repeat:
	take a look at getbootfile() in sys/boot/common/boot.c
>Fix:
Index: common/help.common
===================================================================
RCS file: /home/ncvs/src/sys/boot/common/help.common,v
retrieving revision 1.14.2.2
diff -u -r1.14.2.2 help.common
--- common/help.common	7 Dec 2001 11:55:22 -0000	1.14.2.2
+++ common/help.common	5 Jan 2002 21:54:38 -0000
@@ -123,9 +123,9 @@
 ################################################################################
 # Tset Sbootfile DSet the default boot file set
 
-	set bootfile=<filename>[,<filename>...]
+	set bootfile=<filename>[;<filename>...]
 
-	The default search path for bootable kernels is /kernel,/kernel.old.
+	The default search path for bootable kernels is /kernel;/kernel.old.
 	It may be overridden by setting the bootfile variable to a 
 	semicolon-separated list of paths, which will be searched for in turn.
 
Index: forth/loader.conf
===================================================================
RCS file: /home/ncvs/src/sys/boot/forth/loader.conf,v
retrieving revision 1.25.2.18
diff -u -r1.25.2.18 loader.conf
--- forth/loader.conf	28 Apr 2002 22:49:54 -0000	1.25.2.18
+++ forth/loader.conf	22 Jun 2002 23:30:17 -0000
@@ -43,7 +43,7 @@
 ##############################################################
 
 #autoboot_delay="10"		# Delay in seconds before autobooting
-#bootfile="kernel,kernel.old"	# Set the default boot file set
+#bootfile="kernel;kernel.old"	# Set the default boot file set
 #console="vidconsole"		# Set the current console
 #currdev="disk1s1a"		# Set the current device
 #module_path="/;/boot;/modules"	# Set the module search path
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->msmith 
Responsible-Changed-By: dannyboy 
Responsible-Changed-When: Sun Jul 7 11:12:46 PDT 2002 
Responsible-Changed-Why:  
To the author of those lines. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39679 
State-Changed-From-To: open->patched 
State-Changed-By: mp 
State-Changed-When: Sun Jul 7 13:40:42 PDT 2002 
State-Changed-Why:  
Patched -current and waiting to MFC. 


Responsible-Changed-From-To: msmith->mp 
Responsible-Changed-By: mp 
Responsible-Changed-When: Sun Jul 7 13:40:42 PDT 2002 
Responsible-Changed-Why:  
I'll take care of this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39679 
State-Changed-From-To: patched->closed 
State-Changed-By: mp 
State-Changed-When: Sat Jul 13 09:31:34 PDT 2002 
State-Changed-Why:  
Change has been MFC'd. 

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