diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-18 11:30:22 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-18 11:30:22 +0100 |
commit | 068636516ff7e7686159de478eff7b4e1036f5dc (patch) | |
tree | d623e3403e44a9013d9415ef7be9dd94ae4fd5cc | |
parent | 06d5520f0787f5fdb3fe0def435709054a26dbda (diff) |
* debian/apt.logrotate:
- add to logratation
* doc/examples/configure-index:
- add as example
-rw-r--r-- | debian/apt.logrotate | 8 | ||||
-rw-r--r-- | doc/examples/configure-index | 1 |
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"; }; }; |