diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:09 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:09 +0000 |
commit | 0a8a80e58374771acc225fe1e08ed8e0fe0016cc (patch) | |
tree | afa40f2a73b369e2ba930e47c961992170a669b7 /doc/examples/apt.conf | |
parent | 93641593cafac296b9072288d8ef9e1a526d745b (diff) |
Sync
Author: jgg
Date: 1998-10-22 04:56:38 GMT
Sync
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 8cd9c3b43..ab1bfbc21 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.3 1998/10/20 02:41:06 jgg Exp $ +// $Id: apt.conf,v 1.4 1998/10/22 04:56:50 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. @@ -16,6 +16,11 @@ APT { }; }; +Acquire +{ + Queue-Mode "access"; // host|access +}; + Dir { @@ -50,5 +55,6 @@ DSelect { Debug { pkgProblemResolver "true"; + pkgAcquire "false"; pkgAcquire::Worker "true"; } |