[Pkg-voip-commits] r9331 - in /mumble-django/trunk/debian: changelog mumble-django-configure

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Sun Oct 9 18:50:57 UTC 2011


Author: svedrin-guest
Date: Sun Oct  9 18:50:57 2011
New Revision: 9331

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9331
Log:
Change mumble-django-configure to handle mumble-server not being installed.

Modified:
    mumble-django/trunk/debian/changelog
    mumble-django/trunk/debian/mumble-django-configure

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=9331&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Sun Oct  9 18:50:57 2011
@@ -3,8 +3,9 @@
   * New upstream release.
   * Bump Standards-Version to 3.9.2 (no changes needed).
   * Update 01-settings.patch to reflect the new settings.py layout.
-
- -- Michael Ziegler <diese-addy at funzt-halt.net>  Sun, 09 Oct 2011 20:39:57 +0200
+  * Change mumble-django-configure to handle mumble-server not being installed.
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Sun, 09 Oct 2011 20:50:33 +0200
 
 mumble-django (2.4-4) unstable; urgency=low
 

Modified: mumble-django/trunk/debian/mumble-django-configure
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django-configure?rev=9331&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django-configure (original)
+++ mumble-django/trunk/debian/mumble-django-configure Sun Oct  9 18:50:57 2011
@@ -84,7 +84,7 @@
 	
 	read CHOICE
 	if [ -z "$CHOICE" -o "$CHOICE" = "1" ]; then
-		if [ "$USER" = "root" ]; then
+		if [ "$USER" = "root" -a -x "/etc/init.d/mumble-server" ]; then
 			/usr/sbin/invoke-rc.d --quiet mumble-server start
 		fi
 		export MURMUR_CONNSTR




More information about the Pkg-voip-commits mailing list