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

Stephen Gran steve at lobefin.net
Sun Apr 25 12:33:20 UTC 2010


The following commit has been merged in the debian/lenny-volatile branch:
commit 986483fb38096eec7104e318e3c8017e2d363a71
Author: Stephen Gran <steve at lobefin.net>
Date:   Sun Apr 25 13:23:52 2010 +0100

    need to put the right value in debconf
    
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-freshclam.config.in b/debian/clamav-freshclam.config.in
index b795c6e..21dc751 100644
--- a/debian/clamav-freshclam.config.in
+++ b/debian/clamav-freshclam.config.in
@@ -49,7 +49,9 @@ if [ -n "$Checks" ]; then
   db_set clamav-freshclam/update_interval "$Checks" || true
 fi
 if [ -n "$NotifyClamd" ]; then
-  db_set clamav-freshclam/NotifyClamd "$NotifyClamd" || true
+  db_set clamav-freshclam/NotifyClamd "true" || true
+else
+  db_set clamav-freshclam/NotifyClamd "false" || true
 fi
 
 # States

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list