Package: dirmngr
Version: 0.9.2-1
Severity: important
Tags: patch
I found that on my system, the prockill function called by
"/etc/init.d/dirmngr stop" didn't work. I dug into the killproc
definition, and I believe killproc should be called with a fully pathed
daemon name as an argument ("killproc /usr/bin/dirmngr" instead of
"killproc dirmngr"). I've included a trivial patch for /etc/init.d/dirmngr
for your convenience.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-050815
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages dirmngr depends on:
ii adduser 3.67 Add and remove users and groups
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libgcrypt11 1.2.1-4 LGPL Crypto library - runtime libr
ii libgpg-error0 1.1-4 library for common error values an
ii libksba8 0.9.11-1 X.509 and CMS support library
ii libldap2 2.1.30-11 OpenLDAP libraries
ii libpth2 2.0.1-2.1 The GNU Portable Threads
ii lsb-base 3.0-5 Linux Standard Base 3.0 init scrip
dirmngr recommends no packages.
-- no debconf information
30c30
< killproc $NAME
---
> killproc $DAEMON