summaryrefslogtreecommitdiff
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
parent06d5520f0787f5fdb3fe0def435709054a26dbda (diff)
* debian/apt.logrotate:
- add to logratation * doc/examples/configure-index: - add as example
-rw-r--r--debian/apt.logrotate8
-rw-r--r--doc/examples/configure-index1
2 files changed, 9 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
+}
+
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index f5f996460..eaea6511c 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -307,6 +307,7 @@ Dir "/"
// Location of the logfile
Log "var/log/apt" {
Terminal "term.log";
+ History "history.log";
};
};