summaryrefslogtreecommitdiffstats
path: root/etc/newsyslog.conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-02-08 21:57:28 +0000
committerrwatson <rwatson@FreeBSD.org>2000-02-08 21:57:28 +0000
commit6b5dfacc052d3b56fe236cf30f56bc9d5982f283 (patch)
tree2b11d6de45b9d6f5673354d71b6242e068cdc495 /etc/newsyslog.conf
parent3c20573ee30a9b7aca921c92838679e927c4df9d (diff)
downloadFreeBSD-src-6b5dfacc052d3b56fe236cf30f56bc9d5982f283.zip
FreeBSD-src-6b5dfacc052d3b56fe236cf30f56bc9d5982f283.tar.gz
Add two commented out syslog.conf entries, one to demonstrate the use of
an all.log for logging all messages, and one to demonstrate use of loghosts. Also, a matching entry in newsyslog.conf for all.log. Per request of Garrett Wollman, also modified the maillog entry to use the @T newsyslog time specification mechanism. Because newsyslog doesn't support the mod date specification machanism, couldn't change other entries that required more than one execution a month, but less than once a day. Approved by: jkh Reviewed by: freebsd-security
Diffstat (limited to 'etc/newsyslog.conf')
-rw-r--r--etc/newsyslog.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index 34d2b07..3e0508e 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -6,9 +6,10 @@
/var/log/amd.log 664 7 100 * Z
/var/log/kerberos.log 664 7 100 * Z
/var/log/lpd-errs 664 7 100 * Z
-/var/log/maillog 664 7 * 24 Z
+/var/log/maillog 664 7 * @T00 Z
/var/log/sendmail.st 664 10 * 168 B
/var/log/messages 664 5 100 * Z
+/var/log/all.log 600 7 * @T00 Z
/var/log/slip.log 600 3 100 * Z
/var/log/ppp.log 600 3 100 * Z
/var/log/security 600 10 100 * Z
OpenPOWER on IntegriCloud