[Pkg-sympa-commits] [sympa] 15/28: Fix permissions on sympa_newaliases-wrapper in postinst

Emmanuel Bouthenot kolter at moszumanska.debian.org
Wed Jun 11 21:53:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

kolter pushed a commit to branch master
in repository sympa.

commit 024e14049c895d85b62add827d0219718da6e097
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Tue May 20 07:38:07 2014 +0200

    Fix permissions on sympa_newaliases-wrapper in postinst
---
 debian/sympa.postinst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/sympa.postinst b/debian/sympa.postinst
index 8b50a4f..fc6971c 100644
--- a/debian/sympa.postinst
+++ b/debian/sympa.postinst
@@ -305,9 +305,6 @@ find /var/spool/sympa /var/lib/sympa \
 	\( -not -user sympa -or -not -group sympa \) \
 	-exec chown sympa:sympa {} \;
 
-# Fix permissions on MTA tools wrappers
-chmod u+s /usr/lib/sympa/lib/sympa/sympa_newaliases-wrapper
-
 # Fix permissions on CGI wrappers
 chown sympa:sympa /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi \
 	/usr/lib/cgi-bin/sympa/sympa_soap_server-wrapper.fcgi
@@ -316,6 +313,7 @@ chmod 6755 /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi \
 
 # Fix permission on *queue binaries
 chown sympa:sympa /usr/lib/sympa/lib/sympa/*
+chown root:root /usr/lib/sympa/lib/sympa/sympa_newaliases-wrapper
 chmod u+s /usr/lib/sympa/lib/sympa/*
 
 # WebServer configuration

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sympa.git



More information about the Pkg-sympa-commits mailing list