Explorar o código

debian/apt.logrotate: keep histories for 12 month

Michael Vogt %!s(int64=16) %!d(string=hai) anos
pai
achega
71422c7882
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      debian/apt.logrotate

+ 2 - 2
debian/apt.logrotate

@@ -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