diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:12 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:12 +0000 |
commit | 8b89e57fa2ae7d34b055b8f804cee0c2c194043b (patch) | |
tree | e064dc401cfa03ed15eaafbc746ecd9bb379a211 /doc/examples/apt.conf | |
parent | 92173b19af439ac49d842902a3a57105d396d7d8 (diff) |
Stable acquire code
Author: jgg
Date: 1998-10-26 07:11:43 GMT
Stable acquire code
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 04d4fbc85..dc2f9cc3a 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.5 1998/10/24 04:58:10 jgg Exp $ +// $Id: apt.conf,v 1.6 1998/10/26 07:11:51 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. @@ -60,3 +60,5 @@ Debug { pkgAcquire "false"; pkgAcquire::Worker "true"; } + +dir::state::lists "/tmp/lists/"; |