package apt-cacher
tags 888962 + pending
thanks
Thanks Nick,
I have gone for a variant of your patch.
diff --git a/apt-cacher b/apt-cacher
index d1b26c5..3603de8 100755
--- a/apt-cacher
+++ b/apt-cacher
@@ -1146,8 +1146,8 @@ th { font-family: arial, helvetica, sans-serif;
font-size: 11pt; font-weight: bo
<tr bgcolor="#cccccc">
<td>
Usage:
-<p>Edit /etc/apt/apt.conf to include the configuration
-<blockquote>Acquire::http::proxy=http://$hosturl</blockquote>
+<p>Edit /etc/apt/apt.conf or add a configuration fragment under
/etc/apt/apt.conf.d/ containing the following:
+<blockquote>Acquire::http::proxy "http://$hosturl";</blockquote>
Alternatively, edit /etc/apt/sources.list so all your HTTP sources are
prepended
with the address of your apt-cacher machine and the port, like this:
<blockquote>deb http://example.debian.org/debian unstable main contrib non-free</blockquote>
This is queued for the next release.
Mark