Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148575875
D17086.id47826.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D17086.id47826.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17086: newsyslog.conf: Restrict included files in default config to [!.]*.conf
Attached
Detach File
Event Timeline
Log In to Comment