[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-181-gd3beb8f

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


The following commit has been merged in the debian/unstable branch:
commit e7e71994b864b4b425a5347d8364af58fa0e8199
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