diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-18 11:51:01 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-18 11:51:01 +0100 |
commit | 71422c78826cbf9513976a2b1e7e16ff987f1254 (patch) | |
tree | c1572862ec07c60266ec946206f6396cf58150cd | |
parent | 068636516ff7e7686159de478eff7b4e1036f5dc (diff) |
debian/apt.logrotate: keep histories for 12 month
-rw-r--r-- | debian/apt.logrotate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/apt.logrotate b/debian/apt.logrotate index dfb06db2e..9a6e5d155 100644 --- a/debian/apt.logrotate +++ b/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 |