Bug#495593: start-stop-daemon instead of killproc

2008-09-29 Thread Bryan Sutula
There seems to be a related bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495587 It it possible that either of the reporters could try the original init script code against lsb-base >= 3.2-20? It would be helpful to know if the fix included there solved this problem. Thanks, Bryan Sut

Bug#495593: start-stop-daemon instead of killproc

2008-09-05 Thread Stefanie Tellex
The openhpid init.d script was using something called "killproc" to kill openhpid, which I think might have killed the init.d script. I changed it to use start-stop-daemon and then apt was happy. stop() { echo ${lsbtype} case "${lsbtype}" in rh | lsb | suse)