[Pkg-voip-commits] r10444 - in /mumble-django/trunk/debian: changelog mumble-django.postinst

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Sun Feb 23 09:31:27 UTC 2014


Author: svedrin-guest
Date: Sun Feb 23 09:31:27 2014
New Revision: 10444

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10444
Log:
Fix statoverride check in m-d.postinst.

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

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=10444&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog	(original)
+++ mumble-django/trunk/debian/changelog	Sun Feb 23 09:31:27 2014
@@ -4,6 +4,7 @@
     from a previous installation).
     (Closes: #739627)
   * Actually install the apache config file.
+  * Fix statoverride check in m-d.postinst.
 
  -- Michael Ziegler <diese-addy at funzt-halt.net>  Sun, 23 Feb 2014 10:16:12 +0100
 

Modified: mumble-django/trunk/debian/mumble-django.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django.postinst?rev=10444&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.postinst	(original)
+++ mumble-django/trunk/debian/mumble-django.postinst	Sun Feb 23 09:31:27 2014
@@ -8,7 +8,7 @@
 	setperm(){
 		FILE="$1"
 		PERM="$2"
-		dpkg-statoverride --list /var/lib/mumble-django/mumble-django.db3 >/dev/null || \
+		dpkg-statoverride --list "$FILE" >/dev/null || \
 			dpkg-statoverride --update --add www-data www-data "$PERM" "$FILE"
 	}
 	




More information about the Pkg-voip-commits mailing list