]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r258894: Make rc(8) re-source rc.conf upon receipt of SIGALRM.
authorcperciva <cperciva@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jan 2014 02:30:24 +0000 (02:30 +0000)
committercperciva <cperciva@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jan 2014 02:30:24 +0000 (02:30 +0000)
commitf29d4794f9556b3f00d0a54402613a4e54de5d86
tree62ef08a1f42b731267ea492b9fbf0a0da814eaad
parentf4b2f222a2d0b985deb43089aa8454bbaac3ce8d
MFC r258894: Make rc(8) re-source rc.conf upon receipt of SIGALRM.

The rc system aggressively caches the contents of /etc/rc.conf in order to
improve boot performance; this produces arguably astonishing (non-)results
if /etc/rc.conf is modified during the boot process.  This commit provides
a mechanism for explicitly requesting that rc.conf be reloaded.

git-svn-id: svn://svn.freebsd.org/base/stable/9@260432 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/rc