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

Glen Barber gjb at FreeBSD.org
Mon Aug 7 19:45:26 UTC 2017


Author: gjb
Date: Mon Aug  7 19:45:24 2017
New Revision: 322183
URL: https://svnweb.freebsd.org/changeset/base/322183

Log:
  Document r321234, syslogd(8) 'syslogd.d' directories.
  
  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 Aug  7 19:45:24 2017	(r322182)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug  7 19:45:24 2017	(r322183)
@@ -206,6 +206,15 @@
 	  class="directory">/etc/cron.d</filename> and <filename
 	  class="directory">/usr/local/etc/cron.d</filename> by
 	default.</para>
+
+      <para revision="321234">The &man.syslogd.8; utility has been
+	updated to add the <literal>include</literal> keyword which
+	allows specifying a directory containing configuration files
+	to be included in addition to &man.syslog.conf.5;.  The
+	default &man.syslog.conf.5; has been updated to include
+	<filename class="directory">/etc/syslog.d</filename> and
+	<filename class="directory">/usr/local/etc/syslog.d</filename>
+	by default.</para>
     </sect2>
 
     <sect2 xml:id="userland-contrib">


More information about the svn-src-all mailing list