From owner-freebsd-current Mon Mar 20 14:36:28 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 4E56B37BA33 for ; Mon, 20 Mar 2000 14:36:25 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id OAA28552; Mon, 20 Mar 2000 14:36:42 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Jason Cc: freebsd-current@FreeBSD.ORG Subject: Re: /etc/rc.firewall not reading /etc/rc.conf In-reply-to: Your message of "Mon, 20 Mar 2000 14:32:31 PST." <20000320223231.83832.qmail@scam.xcf.berkeley.edu> Date: Mon, 20 Mar 2000 14:36:42 -0800 Message-ID: <28549.953591802@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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