Package: dirmngr
Version: 0.9.2-1

The init.d script references "killproc" which is not contained in the debian
package system.  "killall" can be used as a substitute.  Here is what I have
done to fix the problem:



--SNIP--

d_stop() {
        killall -q -TERM $NAME
#       killproc $NAME
        rm -f $PIDFILE          # see bug #321271
}

--SNIP--


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

Reply via email to