Armistead, Jason:
>However, I'm having trouble installing the patch. Can you give me EXACT
>instructions, in terms of HOW to patch the files, and what versions of
>Patch should I be using.
>
>I tried downloading and using patch 2.4 from prep.ai.mit.edu, but it
>complains of FAILED HUNKs. I've basically invoked it from the src
>directory with the command patch -b -u < acl_proxy_auth.patch-1.1.11,
>but to no avail.
I always use
> cd squid-1.1.11/src
> patch -p2 -l < /tmp/acl_proxy_auth.patch-1.1.11
-p2 strips two directory levels from the paths in the patch and -l ignores
changes in whitespace.
Arjan
Received on Mon Aug 04 1997 - 15:18:07 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:35:55 MST