From: "Henrik Nordstrom" <[EMAIL PROTECTED]> > On Mon, 16 Feb 2004, Gareth wrote: > > > I've added -xv to the '#! /bin/sh' line of the script to see what's > > happening, and it seems the kill 0 12345 doesn't actually succeed in killing > > the process, it tries this for 60 seconds, but nothing. > > "kill 0 <something>" does not kill a proces, it just checks that the > process is still around. >
Thanks for that - I didn't know that. I didn't manage to solve the issue, so decided to steal a init.d script from the SuSE RPM version of Squid :-) Works fine now. Thanks Gareth
