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

Stephen Gran steve at lobefin.net
Mon Feb 14 20:45:55 UTC 2011


The following commit has been merged in the debian/unstable branch:
commit 7dcd28af7b743f47ca348b9bd014be25663e4e29
Author: Stephen Gran <steve at lobefin.net>
Date:   Mon Feb 14 20:32:28 2011 +0000

    we can't db_metaget something we didn't ask for
    
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index 89f8ae6..6e638c1 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -90,8 +90,6 @@ case "$1" in
     logverbose="$RET"
     db_metaget clamav-milter/LogInfected value || true
     loginfected="$RET"
-    db_metaget clamav-milter/LogClean value || true
-    logclean="$RET"
     db_metaget clamav-milter/MaxFileSize value || true
     maxfilesize="`echo $RET | sed -e s/M//g`"
     MaxFSize="${maxfilesize}M"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list