|
@@ -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
|
|
/* 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
|
|
NOT actually be used as a real config file, though it is a completely
|
|
|
valid file.
|
|
valid file.
|
|
@@ -18,6 +18,7 @@ APT {
|
|
|
|
|
|
|
|
Dir
|
|
Dir
|
|
|
{
|
|
{
|
|
|
|
|
+
|
|
|
State "/var/state/apt/"
|
|
State "/var/state/apt/"
|
|
|
{
|
|
{
|
|
|
lists "lists/";
|
|
lists "lists/";
|
|
@@ -36,6 +37,11 @@ Dir
|
|
|
sourcelist "sources.list";
|
|
sourcelist "sources.list";
|
|
|
main "apt.conf";
|
|
main "apt.conf";
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ Bin {
|
|
|
|
|
+ methods "/home/jgg/work/apt/build/bin/methods/";
|
|
|
|
|
+ gzip "gzip";
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
DSelect {
|
|
DSelect {
|
|
@@ -43,5 +49,6 @@ DSelect {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
Debug {
|
|
Debug {
|
|
|
- pkgProblemResolver "false";
|
|
|
|
|
|
|
+ pkgProblemResolver "true";
|
|
|
|
|
+ pkgAcquire::Worker "true";
|
|
|
}
|
|
}
|