[Pkg-sympa-commits] [sympa] 02/07: Add a warning message in postinst about the fix of permissions and ownership which can take a while (#709565)

Emmanuel Bouthenot kolter at alioth.debian.org
Thu Oct 3 07:05:47 UTC 2013


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

kolter pushed a commit to branch master
in repository sympa.

commit a6cfb7d9fb28b0e4303abc52d41ba33f0f3a6b26
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Wed Oct 2 21:00:39 2013 +0000

    Add a warning message in postinst about the fix of permissions and ownership which can take a while (#709565)
---
 debian/sympa.postinst |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/sympa.postinst b/debian/sympa.postinst
index 4307f80..b638fe5 100644
--- a/debian/sympa.postinst
+++ b/debian/sympa.postinst
@@ -308,6 +308,7 @@ if [ ! -d /var/spool/sympa/wwsarchive ]; then
 	sed -i -e "s;\([^#]*\)/var/spool/sympa/wwsarchive;\1/var/lib/sympa/wwsarchive;" "$wwconf"
 fi
 
+echo "Ensuring that permissions and ownerships are right (this can take a while)..."
 # Ensure permissions and ownerships are right
 chown sympa:sympa "$conf" "$wwconf" /etc/sympa/topics.conf
 chmod 0640 "$conf" "$wwconf"

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