summaryrefslogtreecommitdiff
path: root/debian/apt.logrotate
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-12-18 11:30:22 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-12-18 11:30:22 +0100
commit068636516ff7e7686159de478eff7b4e1036f5dc (patch)
treed623e3403e44a9013d9415ef7be9dd94ae4fd5cc /debian/apt.logrotate
parent06d5520f0787f5fdb3fe0def435709054a26dbda (diff)
* debian/apt.logrotate:
- add to logratation * doc/examples/configure-index: - add as example
Diffstat (limited to 'debian/apt.logrotate')
-rw-r--r--debian/apt.logrotate8
1 files changed, 8 insertions, 0 deletions
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
+}
+