Give the man a cigar!

That did the trick. I new it there must be something that was
stopping the script from running.

Thanks very much.

Regards, Hugh

-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com 

> -----Original Message-----
> From: Brian Ashe
> Sent: Tuesday, April 30, 2002 10:06 PM
> 
> Hello Hugh,
> 
> Tuesday, April 30, 2002, 10:27:28 PM, you textually orated:
> 
> >> >It really does not matter what those scripts do as the fapsrv
> >> >script in /etc/init.d/ never gets executed with the "stop"
> >> >argument.
> 
> Try this... (It's just a WAG)
> 
> Add a line...
> touch /var/lock/subsys/fapsrv
> to the "start" portion of your script.
> and of course it's counterpart...
> rm -f /var/lock/subsys/fapsrv
> to the "stop" portion.
> 
> IIRC, RHL needs to see that the thing was started in order to execute the
> stop. It does this by checking for the existence of a file in
> /var/lock/subsys/ that matches the name of the script being called (after
> the K?? part).
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to