diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-19 10:40:39 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-19 10:40:39 +0100 |
commit | 66f5cecdadbaff7b414eaa0bd446136d3184f043 (patch) | |
tree | c526aeb7f771d9ff4d27341646fa7d7f2540c55b /doc | |
parent | 76d940371391ac601369ea6b487c87fe65f1fd26 (diff) | |
parent | ff56e98015b17c73a3f1aacf3deef5ec4ef4e21b (diff) |
merge the local changes back
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 d0aad1e3d..0bf407a4d 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 |