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)
                        echo -n $"Stopping $prog: "
start-stop-daemon --stop --quiet --exec /usr/sbin/openhpid # killproc /usr/sbin/openhpid
                        RETVAL=$?
                        ;;



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to