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

Stephen Gran steve at lobefin.net
Fri Mar 27 03:20:26 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 4311c1b122ecd3ab496a59a177ea75e4fb75fffd
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Mar 26 16:47:58 2009 -0400

    We shouldn't kill dpkg runs because we aren't configured yet.
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.init.in b/debian/clamav-milter.init.in
index 7af19a6..ca5c844 100644
--- a/debian/clamav-milter.init.in
+++ b/debian/clamav-milter.init.in
@@ -29,7 +29,7 @@ if [ ! -f "$CLAMAVMILTERCONF" ]; then
   log_failure_msg "Please either dpkg-reconfigure $DESC, or copy the example from"
   log_failure_msg "/usr/share/doc/clamav-milter/examples/ to $CLAMAVMILTERCONF and run"
   log_failure_msg "'/etc/init.d/clamav-milter start'"
-  exit 1;
+  exit 0;
 fi
 
 #COMMON-FUNCTIONS#

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list