Date: Mon, 20 Mar 2000 14:36:42 -0800 From: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> To: Jason <nordwick@scam.xcf.berkeley.edu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: /etc/rc.firewall not reading /etc/rc.conf Message-ID: <28549.953591802@zippy.cdrom.com> In-Reply-To: Your message of "Mon, 20 Mar 2000 14:32:31 PST." <20000320223231.83832.qmail@scam.xcf.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> In my 4.0 cvsupped from 3/20 /etc/rc.firewall says this: > > # Suck in the configuration variables. > if [ -r /etc/defaults/rc.conf ]; then > . /etc/defaults/rc.conf > elif [ -r /etc/rc.conf ]; then > . /etc/rc.conf > fi > > which would be fine, but /etc/defaults/rc.conf says this at the top: It is fine, since /etc/defaults/rc.conf also says this at the bottom: ############################################################## ### Allow local configuration override at the very end here ## ############################################################## # # for i in ${rc_conf_files}; do if [ -f $i ]; then . $i fi done and rc_conf_files is set to "/etc/rc.conf /etc/rc.conf.local" by default. - Jordan 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?28549.953591802>