Package: pidentd
Version: 3.0.19.ds1-1.1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my pidentd 3.0.19.ds1-1.2 NMU fixing the
problem with -1.1.

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u pidentd-3.0.19.ds1/debian/changelog pidentd-3.0.19.ds1/debian/changelog
--- pidentd-3.0.19.ds1/debian/changelog
+++ pidentd-3.0.19.ds1/debian/changelog
@@ -1,3 +1,10 @@
+pidentd (3.0.19.ds1-1.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix broken use of -a in test in postrm.
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Fri, 18 May 2007 00:38:49 +0200
+
 pidentd (3.0.19.ds1-1.1) unstable; urgency=high
 
   * Non-maintainer upload during BSP.
diff -u pidentd-3.0.19.ds1/debian/pidentd.postrm pidentd-3.0.19.ds1/debian/pidentd.postrm
--- pidentd-3.0.19.ds1/debian/pidentd.postrm
+++ pidentd-3.0.19.ds1/debian/pidentd.postrm
@@ -5,7 +5,7 @@
 	;;
 purge)
 	rm -f /etc/identd.key
-	if ! [ -x /usr/sbin/identd -a -x /usr/sbin/userdel ]; then
+	if [ ! -x /usr/sbin/identd -a -x /usr/sbin/userdel ]; then
 		if id -u identd >/dev/null 2>&1; then
 			/usr/sbin/userdel -r identd
 		fi

Reply via email to