Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2000 20:47:48 +0200
From:      "Andre Goeree" <abgoeree@uwnet.nl>
To:        freebsd-stable@freebsd.org
Subject:   /etc/defaults/rc.conf 4.1-STABLE-200-08-18
Message-ID:  <20000822204748.A1334@freebee.attica.home>

next in thread | raw e-mail | index | archive | help
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
abgoeree@uwnet.nl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000822204748.A1334>