Hi,

> unfortunately, this isn't the solution and the bug is still reproducible.

 Okay, let's second try.


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,12 @@
+icecast2 (2.3.2-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/icecast2.init 
+    - add "--retry 5" to stop sequence to check that the process have 
terminated
+     (Closes: #605507)
+
+ -- Hideki Yamane <[email protected]>  Fri, 03 Dec 2010 12:18:23 +0900
+
 icecast2 (2.3.2-5) unstable; urgency=high
 
   * Added patch to fix a memory leak. 
diff -u icecast2-2.3.2/debian/icecast2.init icecast2-2.3.2/debian/icecast2.init
--- icecast2-2.3.2/debian/icecast2.init
+++ icecast2-2.3.2/debian/icecast2.init
@@ -51,7 +51,7 @@
        ;;
   stop)
        echo -n "Stopping $DESC: "
-       start-stop-daemon --stop --oknodo --quiet --exec $DAEMON
+       start-stop-daemon --stop --oknodo --quiet --exec $DAEMON --retry 5
        echo "$NAME."
        ;;
   reload|force-reload)



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to