|
@@ -1,4 +1,4 @@
|
|
|
-// $Id: apt.conf,v 1.14 1998/11/23 01:46:01 jgg Exp $
|
|
|
|
|
|
|
+// $Id: apt.conf,v 1.15 1998/11/23 23:17:49 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.
|
|
@@ -38,11 +38,12 @@ Acquire
|
|
|
{
|
|
{
|
|
|
Queue-Mode "host"; // host|access
|
|
Queue-Mode "host"; // host|access
|
|
|
|
|
|
|
|
-/* http
|
|
|
|
|
|
|
+ // HTTP method configuration
|
|
|
|
|
+ http
|
|
|
{
|
|
{
|
|
|
Proxy "http://127.0.0.1:3128";
|
|
Proxy "http://127.0.0.1:3128";
|
|
|
- Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting
|
|
|
|
|
- };*/
|
|
|
|
|
|
|
+ Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
// Directory layout
|
|
// Directory layout
|
|
@@ -80,6 +81,7 @@ Dir
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+// Things that effect the APT dselect method
|
|
|
DSelect {
|
|
DSelect {
|
|
|
Clean "auto";
|
|
Clean "auto";
|
|
|
Options "-f";
|
|
Options "-f";
|
|
@@ -96,4 +98,5 @@ Debug {
|
|
|
pkgDPkgPM "false";
|
|
pkgDPkgPM "false";
|
|
|
|
|
|
|
|
pkgInitialize "false"; // This one will dump the configuration space
|
|
pkgInitialize "false"; // This one will dump the configuration space
|
|
|
|
|
+ NoLocking "false";
|
|
|
}
|
|
}
|