Re: [squid-users] upgrading from Squid-2.5 Stable 5 to Squid-2.5 Stable 6

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 14 Sep 2004 23:06:34 +0200 (CEST)

On Tue, 14 Sep 2004, Abdock wrote:

> What would be an easy way to upgrade from stable5 to stable 6 ?

Build and install stable6 in the same manner you build stable5, then
restart the Squid service.

> ** and there is a way to list onlyy the uncommented items in the squid.conf, i just don't know how to do that.

grep "^ *[a-z]" squid.conf >squid.conf.clean

then comment squid.conf.clean to document why it is configured in a
certain manner

and finnally

    mv squid.conf squid.conf.old
    mv squid.conf.clean squid.conf

to make the cleaned version your default, making future maintenance easier
and less error prone after upgrading.. you always have the current
documentation in squid.conf.default if needed.

Regards
Henrik
Received on Tue Sep 14 2004 - 15:06:41 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Oct 01 2004 - 12:00:02 MDT