On Thu, 13 Nov 2003 [EMAIL PROTECTED] wrote:

> I have a problem with my squid start script in the /etc/init.d/
> I use squid-2.5STABLE3 source code on REDHAT 9. I modified a squid script, so that I 
> can start squid by /etc/init.d/squid start
> and stop with /etc/init.d/squid stop. I want squid to start automatically at the 
> startup of the system.
> But when I do chkconfig --list | grep squid nothing shows up!
> Does someone know what the problem can be?

Probably your squid init script does not have the required comments used 
by chkconfig, or you have not told chkconfig to add the init script to 
your rc directory (--add flag)

See the chkconfig man page for details.


Regards
Henrik

Reply via email to