Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2009 00:50:03 GMT
From:      Tom Judge <tom@tomjudge.com>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/140495: /etc/rc.conf.d is not documented in rc.conf(5)
Message-ID:  <200911120050.nAC0o3Y9046865@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/140495; it has been noted by GNATS.

From: Tom Judge <tom@tomjudge.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-doc@FreeBSD.org
Cc:  
Subject: Re: docs/140495: /etc/rc.conf.d is not documented in rc.conf(5)
Date: Thu, 12 Nov 2009 00:28:03 +0000

 This is a multi-part message in MIME format.
 --------------080900080505060605010203
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Here is a better more accurate patch.
 
 
 --------------080900080505060605010203
 Content-Type: text/plain;
  name="rc.conf.5.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="rc.conf.5.txt"
 
 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.
  .Pp
 
 --------------080900080505060605010203--



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