Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154242716
D17086.id50247.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.id50247.diff
View Options
Index: head/usr.sbin/newsyslog/newsyslog.8
===================================================================
--- head/usr.sbin/newsyslog/newsyslog.8
+++ head/usr.sbin/newsyslog/newsyslog.8
@@ -17,7 +17,7 @@
.\" the suitability of this software for any purpose. It is
.\" provided "as is" without express or implied warranty.
.\"
-.Dd July 19, 2018
+.Dd November 10, 2018
.Dt NEWSYSLOG 8
.Os
.Sh NAME
@@ -268,10 +268,12 @@
.Nm
configuration file
.It Pa /etc/newsyslog.conf.d
-Each file in this directory will be included by the default
+By 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
+By 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: head/usr.sbin/newsyslog/newsyslog.conf
===================================================================
--- head/usr.sbin/newsyslog/newsyslog.conf
+++ head/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
Tue, Apr 28, 8:56 AM (2 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32263635
Default Alt Text
D17086.id50247.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