RE: [squid-users] Version Info

2003-12-10 Thread Henrik Nordstrom
On Wed, 10 Dec 2003, Travis Bullock wrote: > OK. Well there must be a way around this. I hate to keep bugging you about > it. You have been great with your advice thus far, but do you know of any > other Squid forums I could post the issue on in the mean time? There is always ways to solve this k

RE: [squid-users] Version Info

2003-12-10 Thread Travis Bullock
PROTECTED] Sent: Wednesday, December 10, 2003 11:23 AM To: Travis Bullock Cc: Squid Users Subject: RE: [squid-users] Version Info Your modified init script looks for /usr/local/squid/sbin/squid when determining if Squid is installed or not, but when starting Squid is just uses "squid" and

RE: [squid-users] Version Info

2003-12-10 Thread Henrik Nordstrom
e which one is the cache_swap directory > CACHE_SWAP=`sed -e 's/#.*//g' /usr/local/squid/etc/squid.conf | \ > grep cache_dir | awk '{ print $3 }'` > [ -z "$CACHE_SWAP" ] && CACHE_SWAP=/var/spool/squid > > -Original Message- > Fr

RE: [squid-users] Version Info

2003-12-09 Thread Henrik Nordstrom
On Tue, 9 Dec 2003, Travis Bullock wrote: > Hey thanks for that. It confirmed that it is indeed 'stable1' and not > 'stable4'. > > The command I used at the start was: > > ./configure --prefix=/usr/local/squid > > I also edited the init script to ensure it was pointing to > /usr/local/squid/sq

RE: [squid-users] Version Info

2003-12-09 Thread Travis Bullock
'stable1' ? Cheers, Travis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 8:52 AM To: [EMAIL PROTECTED] Subject: RE: [squid-users] Version Info squid -v should give you an accurate version number > -Original Message---