From owner-freebsd-doc@FreeBSD.ORG Thu Nov 12 00:50:04 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25526106568D for ; Thu, 12 Nov 2009 00:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 14AE98FC19 for ; Thu, 12 Nov 2009 00:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAC0o3Rk046866 for ; Thu, 12 Nov 2009 00:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAC0o3Y9046865; Thu, 12 Nov 2009 00:50:03 GMT (envelope-from gnats) Date: Thu, 12 Nov 2009 00:50:03 GMT Message-Id: <200911120050.nAC0o3Y9046865@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Tom Judge Cc: Subject: Re: docs/140495: /etc/rc.conf.d is not documented in rc.conf(5) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tom Judge List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2009 00:50:04 -0000 The following reply was made to PR docs/140495; it has been noted by GNATS. From: Tom Judge 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--