In the proposed initscripts, I've changed the stop function to use SIGTERM instead of SIGINT. The reason for this is, that I was having some database problems, that left the sfacctd processes running (working), even after sfacct was sent a signal to stop. This could cause old processes to still run, on restart for instance, and I initially saw this a problem with the signal.
SIGTERM kicks the processes over in a way, that may not always be good - I'm pretty sure, data is lost when doing this, so please change them back to SIGINT. The best thing would probably be to wait for the processes to finish their jobs and terminate, before leaving the stop function in the initscripts. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

