Date: Tue, 1 Oct 2002 17:59:14 -0700 (PDT) From: Dima Dorfman <dd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc src/etc/rc.d initdiskless Message-ID: <200210020059.g920xE4v056716@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dd 2002/10/01 17:59:14 PDT
Modified files:
etc rc
etc/rc.d initdiskless
Log:
In a diskless setup, rc.d/initdiskless may overwrite parts of /etc on
a per-machine or per-cluster (with different ways of expressing what's
part of a cluster) basis. In order for this to be effective, rc.conf
has to be reread after initdiskless is finished. Implement this by
adding a hook to etc/rc which rereads rc.conf by request. This can
also be implemented by renaming initdiskless to initdiskless.sh and
sourcing rc.conf there manually, but it was decided that, that would
be uglier than a hook in etc/rc.
Developed in concert with: gordon
Revision Changes Path
1.320 +7 -0 src/etc/rc
1.20 +2 -0 src/etc/rc.d/initdiskless
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210020059.g920xE4v056716>
