tags 605507 patch
thanks

Hi,

 Its prerm script stops icecast daemon but it (maybe) needs more time
 to affect. I resolved this issue by just adding sleep in my box (i386 sid).

 Could you try it, please?

diff -u icecast2-2.3.2/debian/changelog icecast2-2.3.2/debian/changelog
--- icecast2-2.3.2/debian/changelog
+++ icecast2-2.3.2/debian/changelog
@@ -1,3 +1,10 @@
+icecast2 (2.3.2-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * add sleep to avoid deluser returns error when purging (Closes: #605507) 
+
+ -- Hideki Yamane <henr...@debian.org>  Thu, 02 Dec 2010 23:07:56 +0900
+
 icecast2 (2.3.2-5) unstable; urgency=high
 
   * Added patch to fix a memory leak. 
only in patch2:
unchanged:
--- icecast2-2.3.2.orig/debian/icecast2.prerm
+++ icecast2-2.3.2/debian/icecast2.prerm
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+#DEBHELPER#
+
+# avoid "user icecast2 is currently logged in" when purged see Bug#605507
+sleep 1
+
+exit 0
-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to