From 03ffe04fa732bddad6c2942ead7b0d818098c8e3 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 20 May 2014 03:00:20 +0000 Subject: - Include /etc/newsyslog.conf.d/* and /usr/local/etc/newsyslog.conf.d/* by default for newsyslog(8). The /usr/local/etc/newsyslog.conf.d will give packages an opportunity to install a default configuration to handle their own log files. MFC after: 2 weeks Relnotes: yes --- etc/mtree/BSD.root.dist | 2 ++ etc/newsyslog.conf | 3 +++ 2 files changed, 5 insertions(+) (limited to 'etc') diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist index d1617c6..6b44bb4 100644 --- a/etc/mtree/BSD.root.dist +++ b/etc/mtree/BSD.root.dist @@ -42,6 +42,8 @@ .. mtree .. + newsyslog.conf.d + .. ntp mode=0700 .. pam.d diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 9572f84..ab595ca 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -38,3 +38,6 @@ /var/log/utx.log 644 3 * @01T05 B /var/log/weekly.log 640 5 * $W6D0 JN /var/log/xferlog 600 7 100 * JC + + /etc/newsyslog.conf.d/* + /usr/local/etc/newsyslog.conf.d/* -- cgit v1.1