[Pkg-sympa-commits] [sympa] 08/12: Fix permission issue in postinst

Emmanuel Bouthenot kolter at moszumanska.debian.org
Fri Jul 31 05:18:13 UTC 2015


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

kolter pushed a commit to branch master
in repository sympa.

commit c839daa613b6e6cab6f4d94d9d0793a6216e531b
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Thu Jul 30 23:44:47 2015 +0200

    Fix permission issue in postinst
---
 debian/sympa.postinst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/sympa.postinst b/debian/sympa.postinst
index 9ef7f2c..f915de9 100644
--- a/debian/sympa.postinst
+++ b/debian/sympa.postinst
@@ -308,10 +308,8 @@ 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/bin/sympa/*queue
-chmod u+s /usr/lib/sympa/lib/sympa/*queue
-chown root:root /usr/lib/sympa/lib/sympa/sympa_newaliases-wrapper
+# Fix permissions on newaliases wrapper
+chmod u+s /usr/lib/sympa/bin/sympa_newaliases-wrapper
 
 # WebServer configuration
 db_get wwsympa/webserver_type

-- 
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