[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.7_dfsg-2-21-gc52a261

Emmanuel Bouthenot kolter at openics.org
Fri May 11 00:20:07 UTC 2012


The following commit has been merged in the master branch:
commit 183d4a939269e5b428d2146fef7fcfb8254fafee
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Thu May 10 10:45:13 2012 +0000

    Definitely fix the reset of permissions in /var/spool/sympa and /var/lib/sympa (#668995)

diff --git a/debian/sympa.postinst b/debian/sympa.postinst
index d2a1b4f..e690307 100644
--- a/debian/sympa.postinst
+++ b/debian/sympa.postinst
@@ -288,7 +288,7 @@ find /var/lib/sympa /var/spool/sympa \
 # It's better to search files and directories with wrong owner/group and fix
 # them instead of recursively doing it, even if it's not needed (see #630384)
 find /var/spool/sympa /var/lib/sympa \
-	-not -user sympa -or -not -group sympa \
+	\( -not -user sympa -or -not -group sympa \) \
 	-exec chown sympa:sympa {} \;
 
 # Fix permissions on MTA tools wrappers

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list