From c57805f9d9295541840b5775573ba51d079a11cc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 25 Oct 2013 12:23:11 +0200 Subject: improve documentation for Acquire::http::Proxy-Auto-Detect (thanks to Francesco Poli) --- doc/apt.conf.5.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index e8da666c7..428c0d2db 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -398,11 +398,17 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; only if the client uses a known identifier. Acquire::http::Proxy-Auto-Detect can be used to - specify a external command to discover the http proxy to use. Apt expects + specify an external command to discover the http proxy to use. Apt expects the command to output the proxy on stdout in the style - http://proxy:port/. See the - &squid-deb-proxy-client; package for a example implementation that - uses avahi. + http://proxy:port/. This will override the + generic Acquire::http::Proxy but not any specific + host proxy configuration set via + Acquire::http::Proxy::$HOST. + + See the &squid-deb-proxy-client; package for an example implementation that + uses avahi. This option takes precedence over the legacy option name + ProxyAutoDetect. + -- cgit v1.2.3