diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 11:13:25 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 11:13:25 +0200 |
commit | 0408d8c3b23367d09980cb27a5225a9f034d7610 (patch) | |
tree | 6eae7bae55280f448ec08c5bcf61c43e833b74eb /doc | |
parent | b84fa7158d04f8b2136f01dda106ba0272027887 (diff) | |
parent | b30aa0ec229b851b25ea07c758283f502a3f2cba (diff) |
* apt-pkg/deb/dpkgpm.{cc,h}:
- merged dpkg-log branch, this lets you specify a
Dir::Log::Terminal file to log dpkg output to
ABI break
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index ab3657a58..f4a196b68 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -227,6 +227,11 @@ Dir "/" apt-get "/usr/bin/apt-get"; apt-cache "/usr/bin/apt-cache"; }; + + // Location of the logfile + Log "var/log/apt" { + Name "term.log"; + }; }; // Things that effect the APT dselect method |