summaryrefslogtreecommitdiff
path: root/doc/examples/apt.conf
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:07 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:07 +0000
commit024835dca750b828b593e71fc80ffcb87edafb4f (patch)
tree8fdeba9dbc538f618a05c03b7757fe342dbe0545 /doc/examples/apt.conf
parent3b5421b4c75f5c85b48cbb61bf22642ff52a6352 (diff)
Sync
Author: jgg Date: 1998-10-20 02:41:03 GMT Sync
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r--doc/examples/apt.conf11
1 files changed, 9 insertions, 2 deletions
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";
}