From 068636516ff7e7686159de478eff7b4e1036f5dc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 18 Dec 2009 11:30:22 +0100 Subject: * debian/apt.logrotate: - add to logratation * doc/examples/configure-index: - add as example --- debian/apt.logrotate | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/apt.logrotate') diff --git a/debian/apt.logrotate b/debian/apt.logrotate index 3e924d383..dfb06db2e 100644 --- a/debian/apt.logrotate +++ b/debian/apt.logrotate @@ -6,3 +6,11 @@ notifempty } +/var/log/apt/history.log { + rotate 6 + monthly + compress + missingok + notifempty +} + -- cgit v1.2.3 From 71422c78826cbf9513976a2b1e7e16ff987f1254 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 18 Dec 2009 11:51:01 +0100 Subject: debian/apt.logrotate: keep histories for 12 month --- debian/apt.logrotate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/apt.logrotate') 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 -- cgit v1.2.3