Merge branch 'master' into distorted
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Feb 2013 01:15:07 +0000 (01:15 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Feb 2013 01:15:07 +0000 (01:15 +0000)
* master:
  etc/logrotate.conf: Actually rotate log files sometimes.

Conflicts:
etc/logrotate.conf

etc/logrotate.conf

index 7294f61..ce3c186 100644 (file)
@@ -2,10 +2,10 @@
 ###
 ### Log rotation configuration for mirrors.
 
-compress
-rotate 31
-minsize 4194304
-daily
-
 /var/lib/mirror/log/*.log {
+       compress
+       rotate 8
+       notifempty
+       weekly
+       create 0644
 }