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
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)
2 matches
Mail list logo