From 024835dca750b828b593e71fc80ffcb87edafb4f Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:07 +0000 Subject: Sync Author: jgg Date: 1998-10-20 02:41:03 GMT Sync --- doc/examples/apt.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc/examples') diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 9b96a30c5..8cd9c3b43 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.2 1998/10/08 04:55:07 jgg Exp $ +// $Id: apt.conf,v 1.3 1998/10/20 02:41:06 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. @@ -18,6 +18,7 @@ APT { Dir { + State "/var/state/apt/" { lists "lists/"; @@ -36,6 +37,11 @@ Dir sourcelist "sources.list"; main "apt.conf"; }; + + Bin { + methods "/home/jgg/work/apt/build/bin/methods/"; + gzip "gzip"; + }; }; DSelect { @@ -43,5 +49,6 @@ DSelect { } Debug { - pkgProblemResolver "false"; + pkgProblemResolver "true"; + pkgAcquire::Worker "true"; } -- cgit v1.2.3