소스 검색

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