Index: usr.sbin/newsyslog/newsyslog.8 =================================================================== --- usr.sbin/newsyslog/newsyslog.8 +++ usr.sbin/newsyslog/newsyslog.8 @@ -268,10 +268,12 @@ .Nm configuration file .It Pa /etc/newsyslog.conf.d -Each file in this directory will be included by the default +Each file in this directory ending in '.conf' and not beginning with a '.' +will be included by the default .Pa newsyslog.conf . .It Pa /usr/local/etc/newsyslog.conf.d -Each file in this directory will be included by the default +Each file in this directory ending in '.conf' and not beginning with a '.' +will be included by the default .Pa newsyslog.conf . .El .Sh COMPATIBILITY Index: usr.sbin/newsyslog/newsyslog.conf =================================================================== --- usr.sbin/newsyslog/newsyslog.conf +++ usr.sbin/newsyslog/newsyslog.conf @@ -31,5 +31,5 @@ /var/log/utx.log 644 3 * @01T05 B /var/log/weekly.log 640 5 * $W6D0 JN - /etc/newsyslog.conf.d/* - /usr/local/etc/newsyslog.conf.d/* + /etc/newsyslog.conf.d/[!.]*.conf + /usr/local/etc/newsyslog.conf.d/[!.]*.conf