]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r258894: Make rc(8) re-source rc.conf upon receipt of SIGALRM.
authorcperciva <cperciva@FreeBSD.org>
Fri, 6 Dec 2013 20:48:53 +0000 (20:48 +0000)
committercperciva <cperciva@FreeBSD.org>
Fri, 6 Dec 2013 20:48:53 +0000 (20:48 +0000)
commit3cc5015bda0c021b585f4d8f27107dbd446bc69d
tree35eae2e716f5a0700179d305f843c7614b6d2924
parentdd1133fe214392cdf359b2083c1c9c3d339c724b
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.

Approved by: re (rodrigc)
etc/rc