tags 604209 + patch
tags 604209 + pending
thanks

Dear maintainer,

I've prepared an NMU for ident2 (versioned as 1.07-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u ident2-1.07/debian/postrm ident2-1.07/debian/postrm
--- ident2-1.07/debian/postrm
+++ ident2-1.07/debian/postrm
@@ -21,7 +21,9 @@
 
 case "$1" in
     purge)
-	update-inetd --remove /usr/sbin/ident2
+	if [ -x /usr/sbin/update-inetd ]; then
+	    update-inetd --remove /usr/sbin/ident2
+	fi
 	deluser --quiet identd || true
     ;;
 
diff -u ident2-1.07/debian/changelog ident2-1.07/debian/changelog
--- ident2-1.07/debian/changelog
+++ ident2-1.07/debian/changelog
@@ -1,3 +1,12 @@
+ident2 (1.07-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Check, if update-inetd is available before calling it during purge
+    (Service is disabled allready on removal, so that should be okay)
+    (Closes: #604209)
+
+ -- Alexander Reichle-Schmehl <[email protected]>  Wed, 24 Nov 2010 16:01:45 +0100
+
 ident2 (1.07-1) unstable; urgency=low
 
   * New upstream release.

Reply via email to