Hello,

After manually updating /etc from cvsupped sources (200-08-18)
i noticed that /etc/rc.conf doesn't get (properly) loaded.
Network daemons that are disabled in /etc/rc.conf get started,
other switches don't work (firewall_quiet).
It looks as if /etc/rc.conf doesn't get loaded at all....

What i did was:
make buildworld etc. (steps in handbook & UPDATING)
cd /usr/src/etc
make DESTDIR=/var/tmp/root distrib-dirs distribution
cd /var/tmp/root/etc
cp rc* /etc/ (most of the rc files was changed)
cd defaults
cp * /etc/defaults/ (some changes here too)
updated most if not all other files

Could it be that i missed something?

BTW: 
Temporarily fixed it myself by putting
        [ -f /etc/rc.conf ] && . /etc/rc.conf
just after the last comment block in /etc/defaults/rc.conf.
Hope that doesn't break anything :).......

-- 
Ago
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to