Package: dirmngr
Version: 0.9.4-1
Severity: normal
dirmngr/lib/lsb/init-functions: line 82: [: argument expected
File /lib/lsb/init-functions (from package lsb-base)
ii lsb-base 3.1-8
Linux Standard Base 3.1 init script functionality
61 specified=
62
63 for i in $*; do
64 case $i in
65 -p) pidfile=$2; specified=1; shift 2;;
66 --) shift; break;;
67 esac
68 done
69
70 if [ -z "${pidfile:-}" ]; then
71 pidfile=/var/run/$(basename "$1").pid
72 fi
73
74 if [ -f "$pidfile" ]; then
75 read pid
76 if [ -n "${pid:-}" ]; then
77 echo "$pid"
78 return 0
79 else
80 return 2 # program is dead and /var/run pid file
exists
81 fi
--> 82 elif [ -x /bin/pidof -a ! $specified ]; then
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages dirmngr depends on:
ii adduser 3.87 Add and remove users and groups
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii libgcrypt11 1.2.2-1 LGPL Crypto library - runtime libr
ii libgpg-error0 1.2-1 library for common error values an
ii libksba8 0.9.13-1 X.509 and CMS support library
ii libldap2 2.1.30-13 OpenLDAP libraries
ii libpth2 2.0.1-2.1 The GNU Portable Threads
ii lsb-base 3.1-8 Linux Standard Base 3.1 init scrip
dirmngr recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]