[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.4_dfsg-1-16-g192cb04

Emmanuel Bouthenot kolter at openics.org
Sun Aug 21 22:41:51 UTC 2011


The following commit has been merged in the master branch:
commit 2a3e4f0a65b0f9bf30ae571de389945f0e17c4dd
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Sun Aug 21 22:35:13 2011 +0000

    Fix permissions on *queue binaries (#633084)

diff --git a/debian/postinst b/debian/postinst
index a2138aa..a1c77b2 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -320,6 +320,10 @@ chown sympa:sympa /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi \
 chmod 6755 /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi \
 	/usr/lib/cgi-bin/sympa/sympa_soap_server-wrapper.fcgi
 
+# Fix permission on *queue binaries
+chown sympa:sympa /usr/lib/sympa/lib/sympa/*
+chmod u+s /usr/lib/sympa/lib/sympa/*
+
 # WebServer configuration
 db_get wwsympa/webserver_type
 webserver="$RET"

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list