diff options
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/"; |