From owner-freebsd-stable Sun Oct 21 13:17:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 32B8637B405 for ; Sun, 21 Oct 2001 13:17:15 -0700 (PDT) Received: (qmail 8908976 invoked by uid 0); 21 Oct 2001 20:17:13 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.37]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 Oct 2001 20:17:13 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9LKHCL25837 for freebsd-stable@freebsd.org; Sun, 21 Oct 2001 22:17:12 +0200 (CEST) (envelope-from root) Message-Id: <200110212017.f9LKHCL25837@gits.dyndns.org> Subject: /boot/defaults/loader.conf and /boot/loader.help typo To: freebsd-stable@freebsd.org Date: Sun, 21 Oct 2001 22:17:11 +0200 (CEST) Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, man loader and the C code say that the bootfile separator is `;' while the sample entry in /boot/defaults/loader.conf uses `,'. same assertion about /boot/loader.help. also, /boot/defaults/loader.conf has the following line : loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local" is /boot/device.hints understood under -stable ? is it possible to add a `# $FreeBSD$' tag to the following files ? src/sys/boot/alpha/common/help.alpha src/sys/boot/arc/loader/help.alpha src/sys/boot/common/help.common src/sys/boot/i386/loader/help.i386 Index: common/help.common =================================================================== RCS file: /home/ncvs/src/sys/boot/common/help.common,v retrieving revision 1.14.2.1 diff -u -r1.14.2.1 help.common --- common/help.common 2000/05/04 13:51:10 1.14.2.1 +++ common/help.common 2001/10/21 20:10:32 @@ -123,9 +123,9 @@ ################################################################################ # Tset Sbootfile DSet the default boot file set - set bootfile=[,...] + set bootfile=[;...] - 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.12 diff -u -r1.25.2.12 loader.conf --- forth/loader.conf 2001/03/22 22:22:04 1.25.2.12 +++ forth/loader.conf 2001/10/21 20:03:51 @@ -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 Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message