tags 604209 patch
thanks
Hi,
I created a patch for this bug - just ignore error.
Please check and apply if it's okay.
---------------------------------------------------------------------------
diff -u ident2-1.07/debian/postrm ident2-1.07/debian/postrm
--- ident2-1.07/debian/postrm
+++ ident2-1.07/debian/postrm
@@ -21,8 +21,8 @@
case "$1" in
purge)
- update-inetd --remove /usr/sbin/ident2
- deluser --quiet identd || true
+ update-inetd --remove /usr/sbin/ident2 2>/dev/null || true
+ deluser --quiet identd 2>/dev/null || true
;;
remove)
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,11 @@
+ident2 (1.07-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/postrm
+ - ignore missing update-inetd error (Closes: #604209)
+
+ -- Hideki Yamane <[email protected]> Tue, 23 Nov 2010 16:55:04 +0900
+
ident2 (1.07-1) unstable; urgency=low
* New upstream release.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]