Add unofficial sigs
[mirror/dsa-puppet.git] / files / etc / logrotate.d / syslog-ng
index 63c9e48..2204713 100644 (file)
@@ -1,3 +1,8 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
 /var/log/auth.log {
    rotate 4
    missingok
 }
 
 /var/log/mail.err {
-   rotate 4
-   weekly
+   rotate 30
+   daily
+   dateext
    missingok
    notifempty
    compress
 }
 
 /var/log/mail.info {
-   rotate 4
-   weekly
+   rotate 30
+   daily
+   dateext
    missingok
    notifempty
    compress
 }
 
 /var/log/mail.log {
-   rotate 4
-   weekly
+   rotate 30
+   daily
+   dateext
    missingok
    notifempty
    compress
+   # listmaster asked for this one
+   delaycompress
 }
 
 /var/log/mail.warn {
-   rotate 4
-   weekly
+   rotate 30
+   daily
+   dateext
    missingok
    notifempty
    compress