[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.1_dfsg-2-35-g4d9bf6f

Emmanuel Bouthenot kolter at openics.org
Fri Jun 3 22:58:05 UTC 2011


The following commit has been merged in the master branch:
commit fd6cfaeab49bbd7b739cee629b7b0045efaf83d3
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Fri Jun 3 15:47:22 2011 +0000

    Fix permissions (setuid bit) on wwsympa cgi wrappers. (#629095)

diff --git a/debian/postinst b/debian/postinst
index f0e7006..f26447d 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -313,8 +313,8 @@ fi
 chown sympa:sympa "$wwconf" /etc/sympa/topics.conf
 chmod 0640 "$wwconf"
 
-chown sympa:sympa /usr/lib/cgi-bin/sympa/wwsympa.fcgi
-chmod 6755 /usr/lib/cgi-bin/sympa/wwsympa.fcgi
+chown sympa:sympa /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi /usr/lib/cgi-bin/sympa/sympa_soap_server-wrapper.fcgi
+chmod 6755 /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi /usr/lib/cgi-bin/sympa/sympa_soap_server-wrapper.fcgi
 
 # WebServer configuration
 db_get wwsympa/webserver_type

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list