[SCM] icecast2/master: Call db_stop before starting icecast2 in postinst.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 3 00:49:20 UTC 2012


The following commit has been merged in the master branch:
commit 40f20f918e454d54fb417fd8fca44215cd1985df
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 3 01:40:32 2012 +0100

    Call db_stop before starting icecast2 in postinst.
    
    Closes: #639751
    Thanks: Thanks to Julien Cristau for the patch.

diff --git a/debian/icecast2.postinst b/debian/icecast2.postinst
index eb12a54..0fb621f 100644
--- a/debian/icecast2.postinst
+++ b/debian/icecast2.postinst
@@ -67,6 +67,9 @@ _EOF_
 	fi
 fi
 
+# Tell debconf we're done, so it doesn't get confused when we start the daemon.
+db_stop
+
 chown -R icecast2: /var/log/icecast2 /etc/icecast2
 # Set all file readable by default
 chmod -R ug=rw,o=r,ugo+X /etc/icecast2

-- 
icecast2 packaging



More information about the pkg-multimedia-commits mailing list