From owner-cvs-all Wed May 5 13:39: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 264861590D; Wed, 5 May 1999 13:38:59 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id GAA28821; Thu, 6 May 1999 06:48:05 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905052048.GAA28821@cimlogic.com.au> Subject: Re: cvs commit: src/sys/kern init_main.c In-Reply-To: <199905051841.EAA25231@godzilla.zeta.org.au> from Bruce Evans at "May 6, 1999 4:41:37 am" To: bde@zeta.org.au (Bruce Evans) Date: Thu, 6 May 1999 06:48:05 +1000 (EST) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, jb@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > > Modified files: > > sys/kern init_main.c > > Log: > > Allow the init_path to be customised in an embedded system using the > > INIT_PATH config option. > > > > Also fix two bugs which caused an infinite loop in none of the programs > > in the init_path were found. That code was obviously not tested! > > Can we have a semicolon for the path separator before people start using > this? We are not MSDOS. I agree. It's not originally my code, but if nobody objects I'll make the change. I also noticed the config behaves differently if you do: options SOMETHING="/woof;/meow" # A comment compared to: options SOMETHING="/woof;/meow" In one case the value is quoted in the option include file, but not in the other case. A trap for young players. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message