diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-18 16:55:06 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-18 16:55:06 +0100 |
commit | 8cf0b1e1a4eab0f78d86ba3dc4576b35ee46969b (patch) | |
tree | ba066a40a78b5b2fbe19ff3e57e65a5ba87b91cc /doc/examples | |
parent | c55451ff2e5a098a6431dfd1be322f7113a86002 (diff) | |
parent | d7a4ffd6525524000b6e529afa6e3ca63bd76c01 (diff) |
* merged lp:~mvo/apt/history
- this writes a /var/log/apt/history tagfile that contains details
from the transaction (complements term.log)
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index ced390447..1e9946e1b 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -325,6 +325,7 @@ Dir "/" // Location of the logfile Log "var/log/apt" { Terminal "term.log"; + History "history.log"; }; }; |