Date: Tue, 13 Apr 1999 00:54:08 -0400 (EDT) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: dan@dpcsys.com (Dan Busarow) Cc: mrcpu@internetcds.com, adamn@csl.com, freebsd-questions@FreeBSD.ORG Subject: Re: routed/gated confusion Message-ID: <199904130454.AAA20450@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <Pine.BSF.3.96.990412212216.15147B-100000@java.dpcsys.com> from Dan Busarow at "Apr 12, 99 09:34:01 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Dan Busarow wrote, [snip] > You could very well be right. I just setup my first 3.1 system a > couple of days ago and haven't fully explored the changes. I just > remembered finding rc.conf in /etc/defaults, instead of /etc. Your > comments make sense, and I think I'll follow your suggestion. But > note that you do need to rm /etc/defaults/rc.conf to have /etc/rc.conf > read. Whoa! Don't do that. Towards the top of /etc/default/rc.conf we have, rc_conf_files="/etc/rc.conf /etc/rc.conf.local" Then way down at the end, for i in ${rc_conf_files}; do if [ -f $i ]; then . $i fi done That is, /etc/default/rc.conf loads in the _customizations_ in /etc/rc.conf over its own defaults. You should never have to touch /etc/defaults/rc.conf _at all._ -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904130454.AAA20450>