瀏覽代碼

debian/apt.logrotate: keep histories for 12 month

Michael Vogt 16 年之前
父節點
當前提交
71422c7882
共有 1 個文件被更改,包括 2 次插入2 次删除
  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