[SCM] icecast2/master: Avoid to fail on invoke-rc.d icecast2 start when upgrading (bug#605507).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Dec 8 07:33:10 UTC 2010


The following commit has been merged in the master branch:
commit 62248efea06a882986d51db0c2c53d57ff6cd413
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Dec 8 08:32:05 2010 +0100

    Avoid to fail on invoke-rc.d icecast2 start when upgrading (bug#605507).

diff --git a/debian/icecast2.postinst b/debian/icecast2.postinst
index 62673ed..76edf82 100644
--- a/debian/icecast2.postinst
+++ b/debian/icecast2.postinst
@@ -45,6 +45,9 @@ chmod -R ug=rw,o=r,ugo+X /etc/icecast2
 # Tightened permissions for the config file
 chmod -R ug=rw,o=,ug+X /etc/icecast2/icecast.xml
 
+# avoid to fail on invoke-rc.d icecast2 start when upgrading see Bug#605507
+sleep 3
+
 #DEBHELPER#
 
 exit 0

-- 
icecast2 packaging



More information about the pkg-multimedia-commits mailing list