Date: Thu, 12 Nov 2009 00:28:03 +0000 From: Tom Judge <tom@tomjudge.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/140495: /etc/rc.conf.d is not documented in rc.conf(5) Message-ID: <4AFB5693.6070701@tomjudge.com> In-Reply-To: <200911120020.nAC0K16T020860@freefall.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] Here is a better more accurate patch. [-- Attachment #2 --] Index: rc.conf.5 =================================================================== --- rc.conf.5 (revision 199205) +++ rc.conf.5 (working copy) @@ -63,8 +63,16 @@ .Pa /etc/rc.conf.local is used to override settings in .Pa /etc/rc.conf -for historical reasons. -See the +for historical reasons. In addition to +.Pa /etc/rc.conf.local +you can also place smaller configuration files for each rc script in +the directory +.Pa /etc/rc.conf.d +which will be included by the +.Va load_rc_config +function. For jail configuration you would use the file +.Pa /etc/rc.conf.d/jail +to store jail specific configuration options. Also see the .Va rc_conf_files variable below. .Pphelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AFB5693.6070701>
