On Mon, 22 Apr 2002, Randall Gellens wrote: > At 12:49 PM +0200 4/22/02, Oliver Fleischmann wrote: > > > kill $PROCESS > > Try sending a HUP signal instead of KILL. This should cause the > process to clean up and terminate on its own, and thus eliminate the > need to do anything with the temp files yourself.
It should, but it doesn't for me. HUP seems to be just ignored. But I didn't check this with those signal handling patches. I think I should do that... Oliver
