[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/lenny-volatile, updated. debian/0.95+dfsg-1-200-g288f487

Stephen Gran steve at lobefin.net
Thu Jul 2 21:13:34 UTC 2009


The following commit has been merged in the debian/lenny-volatile branch:
commit 288f48799bebfa2454a84d3ca4ae1df528ab391a
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Jul 2 22:09:13 2009 +0100

    Try to cleanup some breakage in earlier versions of the templates
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index c5046d1..dc69a2f 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -94,6 +94,12 @@ case "$1" in
       logsyslog=true
     fi
 
+    if ! is_true $addheader; then
+      addheader=no
+    elif is_true $addheader; then
+      addheader=Replace
+    fi
+
     slurp_config "$CLAMAVMILTERCONF"
     
     echo "#Automatically Generated by clamav-milter postinst" > $DEBCONFFILE

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list