[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. debian/0.95+dfsg-1-251-g3584aa1

Stephen Gran steve at lobefin.net
Mon Jun 15 22:11:21 UTC 2009


The following commit has been merged in the debian/etch-volatile branch:
commit 8c3b45b3516e656e9f788be8d5a7c2847cc8657a
Author: Stephen Gran <steve at lobefin.net>
Date:   Mon Jun 15 09:13:07 2009 +0100

    Sigh, we do need to source the default file for postfix users
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.init.in b/debian/clamav-milter.init.in
index 28afcca..5bbd991 100644
--- a/debian/clamav-milter.init.in
+++ b/debian/clamav-milter.init.in
@@ -27,6 +27,8 @@ CLAMAVDAEMONUPGRADE="/var/run/clamav-daemon-being-upgraded"
 
 . /lib/lsb/init-functions
 
+[ -r /etc/default/clamav-milter ] && . /etc/default/clamav-milter
+
 if [ ! -f "$CLAMAVCONF" ]; then
   log_failure_msg "There is no configuration file for clamav-milter."
   log_failure_msg "Please either dpkg-reconfigure $DESC, or copy the example from"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list