From owner-freebsd-current Tue Mar 23 3: 2:33 1999 Delivered-To: freebsd-current@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 88C4A14CCA for ; Tue, 23 Mar 1999 03:02:30 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id FAA11149; Tue, 23 Mar 1999 05:01:51 -0600 (CST) Date: Tue, 23 Mar 1999 05:01:51 -0600 From: "Matthew D. Fuller" To: Sheldon Hearn Cc: "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: /etc/rc.conf, take 46! Message-ID: <19990323050151.G17547@futuresouth.com> References: <39218.922068401@zippy.cdrom.com> <7665.922186192@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <7665.922186192@axl.noc.iafrica.com>; from Sheldon Hearn on Tue, Mar 23, 1999 at 12:49:52PM +0200 X-OS: FreeBSD Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 23, 1999 at 12:49:52PM +0200, a little birdie told me that Sheldon Hearn remarked > On Sun, 21 Mar 1999 18:06:41 PST, "Jordan K. Hubbard" wrote: > > > if [ -f /etc/defaults/rc.conf ]; then > > . /etc/defaults/rc.conf > > -elif [ -f /etc/rc.conf ]; then > > - . /etc/rc.conf > > + for i in ${rc_conf_files}; do > > + if [ -f $i ]; then > > + . $i > > + fi > > + done > > fi > > Hi Jordan, > > What's the idea behind ignoring rc_conf_files just because we can't find > /etc/defaults/rc.conf? I have to jump in here and say 'Because that's where it's DEFINED'. Sorry, I had to stick my nose in somewhere ;) --- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller http://www.over-yonder.net/ | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message