From 73b7746f58b064570c5045780e50f6b17624aef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 10 Apr 2008 19:30:59 +0000 Subject: [PATCH] add missing configuration that wasn't ran properly when installing, since initrep.sh was removed from the installation at some point. remove initrep.sh altogether since it's not required anymore. Closes: #1109. --- .gitattributes | 1 - debian/postinst | 4 ++++ debian/rules | 9 ++++++++ install/initrep.sh | 54 ---------------------------------------------- 4 files changed, 13 insertions(+), 55 deletions(-) delete mode 100755 install/initrep.sh diff --git a/.gitattributes b/.gitattributes index 9f87d6d5..5a3b5661 100644 --- a/.gitattributes +++ b/.gitattributes @@ -296,7 +296,6 @@ install/body_checks -text install/domaines.template -text install/dopo.sh -text install/header_checks -text -install/initrep.sh -text install/mysql.sh -text install/mysql.sql -text install/newone.php -text diff --git a/debian/postinst b/debian/postinst index da148df9..244a0937 100644 --- a/debian/postinst +++ b/debian/postinst @@ -41,6 +41,10 @@ case "$1" in # ajoute l'user postfix au groupe sasl adduser --quiet postfix sasl + # corriger les permissions du chroot + mkdir -p /var/spool/postfix/var/run/saslauthd || true + dpkg-statoverride --quiet --update --add root sasl 710 /var/spool/postfix/var/run/saslauthd || true + # build local.sh if it does not exist if [ ! -f $CONFIGFILE ]; then cat > $CONFIGFILE <