From 4381c97bdb35bed6d2dce7c907b3c12ebab7f138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 2 Oct 2007 17:37:47 +0000 Subject: [PATCH] use dpkg-statoverride instead of hardcoding config, because it will be replaced on saslauthd restarts. See: #1069. Closes: #684 --- install/initrep.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/initrep.sh b/install/initrep.sh index 940a11fd..6fec98c2 100755 --- a/install/initrep.sh +++ b/install/initrep.sh @@ -50,6 +50,4 @@ mkdir -p /var/log/alternc chown www-data:www-data /var/log/alternc chgrp -R www-data /etc/alternc -mkdir -p /var/spool/postfix/var/run/saslauthd -chmod 710 /var/spool/postfix/var/run/saslauthd -chown root:sasl /var/spool/postfix/var/run/saslauthd +dpkg-statoverride --quiet --update --add root sasl 710 /var/spool/postfix/var/run/saslauthd || true