Page MenuHomeFreeBSD

D17086.id47826.diff
No OneTemporary

D17086.id47826.diff

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
-<include> /etc/newsyslog.conf.d/*
-<include> /usr/local/etc/newsyslog.conf.d/*
+<include> /etc/newsyslog.conf.d/[!.]*.conf
+<include> /usr/local/etc/newsyslog.conf.d/[!.]*.conf

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 19, 9:34 PM (5 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29980544
Default Alt Text
D17086.id47826.diff (1 KB)

Event Timeline