Re: How to use squid patch?

From: David Rees <dbr@dont-contact.us>
Date: Mon, 26 Jun 2000 23:00:28 -0700

On Tue, Jun 27, 2000 at 09:26:06AM +0800, big_fish@email.com.cn wrote:
> I've got a patch for squid-2.3s3.(disk over limit)
> But I don't know how to use it?
> I know little about 'patch' command,still after reading
> manual.

Here's how to do it:

Untar/gzip the squid source:

> gunzip -c squid-2.3.STABLE3-src.tar.gz | tar xvf -

Change into the squid directory:

> cd squid-2.3.STABLE3

And apply all three bugfixes:

> patch -p0 < ../squid-2.3.stable3-carp_compile.patch
> patch -p0 < ../squid-2.3.stable3-storeExpiredReferenceAge.patch
> patch -p0 < ../squid-2.3.stable3-zero-content-length.patch

Then configure, compile, and reinstall.

-Dave
Received on Tue Jun 27 2000 - 00:02:49 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:11 MST