[arch-commits] Commit in icecast/trunk (icecast)

Roman Kyrylych roman at archlinux.org
Sat Oct 3 12:03:20 UTC 2009


    Date: Saturday, October 3, 2009 @ 08:03:19
  Author: roman
Revision: 53796

Added sleep 1 during restart

Fixes bug #13912

Modified:
  icecast/trunk/icecast

---------+
 icecast |    1 +
 1 file changed, 1 insertion(+)

Modified: icecast
===================================================================
--- icecast	2009-10-03 11:54:48 UTC (rev 53795)
+++ icecast	2009-10-03 12:03:19 UTC (rev 53796)
@@ -27,6 +27,7 @@
     ;;
   restart)
     $0 stop
+    sleep 1
     $0 start
     ;;
   *)




More information about the arch-commits mailing list