[Pkg-voip-commits] r7843 - in /mumble/trunk/debian: changelog mumble-server.postinst

slicer-guest at alioth.debian.org slicer-guest at alioth.debian.org
Tue Dec 1 18:45:42 UTC 2009


Author: slicer-guest
Date: Tue Dec  1 18:45:41 2009
New Revision: 7843

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7843
Log:
Update mumble-server.postinst

Modified:
    mumble/trunk/debian/changelog
    mumble/trunk/debian/mumble-server.postinst

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=7843&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Tue Dec  1 18:45:41 2009
@@ -3,7 +3,10 @@
   [ Thorvald Natvig ]
   * Add celt dependency to binary package; celt is dynamically loaded,
     so isn't picked up by dh_shlibdeps.
-  * Add patch to include all directly used libraries. Closes: #555758
+  * Add patch to include all directly used libraries.
+    Closes: #555758
+  * Update mumble-server.postinst to ignore dbus restart errors.
+    (Thanks, Leo!)
 
   [ Patrick Matthäi ]
   * Convert package to the 3.0 (quilt) format.

Modified: mumble/trunk/debian/mumble-server.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/mumble-server.postinst?rev=7843&op=diff
==============================================================================
--- mumble/trunk/debian/mumble-server.postinst (original)
+++ mumble/trunk/debian/mumble-server.postinst Tue Dec  1 18:45:41 2009
@@ -31,7 +31,7 @@
 
 		# Ensure the file we put in /etc/dbus-1/system.d is loaded
 		# or mumble-server will fail to bind to dbus.
-		invoke-rc.d --quiet dbus reload
+		invoke-rc.d --quiet dbus force-reload || true
 
 		# Update /etc/default file based on config
 		if [ -f /etc/default/mumble-server ] ; then




More information about the Pkg-voip-commits mailing list