svn commit: r271273 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Sep 8 15:00:02 UTC 2014


Author: gjb
Date: Mon Sep  8 15:00:01 2014
New Revision: 271273
URL: http://svnweb.freebsd.org/changeset/base/271273

Log:
  Document r271260, support for /etc/rc.d/<service>/
  subdirectories.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Sep  8 14:59:59 2014	(r271272)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Sep  8 15:00:01 2014	(r271273)
@@ -1304,6 +1304,14 @@
 	<para revision="271095">Support for &man.vt.4; keyboard maps
 	  has been added to the <filename>syscons</filename>
 	  &man.rc.d.8; startup script.</para>
+
+	<para revision="271260">Support for subdirectories within
+	  <filename
+	    class="directory">/etc/rc.conf.d/<replaceable>service</replaceable>/</filename>
+	  has been added the &man.rc.d.8;.  This allows creating
+	  separate configuration files for services such as
+	  <filename>netif</filename>, for example, where each network
+	  interface can have a separate configuration file.</para>
       </sect3>
     </sect2>
 


More information about the svn-src-all mailing list