Date: Tue, 23 Mar 1999 05:01:51 -0600 From: "Matthew D. Fuller" <fullermd@futuresouth.com> To: Sheldon Hearn <sheldonh@iafrica.com> Cc: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, current@FreeBSD.ORG Subject: Re: /etc/rc.conf, take 46! Message-ID: <19990323050151.G17547@futuresouth.com> In-Reply-To: <7665.922186192@axl.noc.iafrica.com>; from Sheldon Hearn on Tue, Mar 23, 1999 at 12:49:52PM %2B0200 References: <39218.922068401@zippy.cdrom.com> <7665.922186192@axl.noc.iafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990323050151.G17547>