debian/apt.logrotate: keep histories for 12 month
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 18 Dec 2009 10:51:01 +0000 (11:51 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 18 Dec 2009 10:51:01 +0000 (11:51 +0100)
debian/apt.logrotate

index dfb06db..9a6e5d1 100644 (file)
@@ -1,5 +1,5 @@
 /var/log/apt/term.log {
-  rotate 6
+  rotate 12
   monthly
   compress
   missingok
@@ -7,7 +7,7 @@
 }
 
 /var/log/apt/history.log {
-  rotate 6
+  rotate 12
   monthly
   compress
   missingok