rc.subr question

2006-10-27 Thread Volodymyr Kostyrko
I'm writing a custom script to start a linux daemon with LinuxThreads. The script starts daemon nicely, but on stopping it shows: Stopping fmsadmin. kill: 19790: No such process This happens because all processes are actually threads and signalling one process is as good as signalling them

Re: rc.subr question

2006-10-27 Thread Dan Nelson
In the last episode (Oct 27), Volodymyr Kostyrko said: I'm writing a custom script to start a linux daemon with LinuxThreads. The script starts daemon nicely, but on stopping it shows: Stopping fmsadmin. kill: 19790: No such process This happens because all processes are actually