[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. debian/0.95+dfsg-1-6351-ge013ef6

Stephen Gran steve at lobefin.net
Sun Apr 25 12:24:10 UTC 2010


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