Hello
> I setup a squid
> box for this client of mine.. and used FreeBSD as the OS... whats weird
> is this... when there is a power outage.. and the server is improperly
> shutdown.. and later when the power is back... and the server becomes
> up.. squid is not turned on....
[...]
i think you want to exec your squid init script from /etc/rc
file.
- find it the squid section
- may be it looks like this:
case $(squid_enable) in
"[Yy][Ee][Ss]")
...
and put this line come before when you start squid:
/bin/rm -f /path/to/your/squid.pid
and try it.
bye:
air
Received on Sat Nov 02 2002 - 03:00:32 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:08 MST