From: Chris H. <chr...@gm...> - 2002-10-04 11:23:45
|
On Fri, Oct 04, 2002 at 08:24:42PM +1000, Debian User wrote: > While my entry in apt-proxy.conf is=20 >=20 > # KDE3 > # deb http://APTPROXY:9999/kde3 ./ > add_backend /kde3/ > $APT_PROXY_CACHE/kde/ > # http://kde3.geniussystems.net/debian > http://people.debian.org/~schoepf/kde3/woody apt-proxy.conf is a shell script, so you need to make sure that multi-line entries end with a backslash, you can't put a comment in the middle and URLs need to end in a slash. apt-proxy version 2 fixes these quirks but is still in alpha status. This is the correct syntax. I haven't checked if the backend path actually exists: --------------------- # KDE3 # deb http://APTPROXY:9999/kde3 ./ add_backend /kde3/ \ $APT_PROXY_CACHE/kde/ \ http://people.debian.org/~schoepf/kde3/woody/ # http://kde3.geniussystems.net/debian/ --------------------- Chris |