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

Stephen Gran steve at lobefin.net
Sat Apr 17 16:45:09 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit a3915af49059578661e776cdd2a6b719f03f872f
Author: Stephen Gran <steve at lobefin.net>
Date:   Sat Apr 17 17:21:08 2010 +0100

    LogTime defaults to true for milter and clamd, should also default to true for freshclam
    
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-freshclam.postinst.in b/debian/clamav-freshclam.postinst.in
index d868dcc..963cc71 100644
--- a/debian/clamav-freshclam.postinst.in
+++ b/debian/clamav-freshclam.postinst.in
@@ -183,7 +183,7 @@ case "$1" in
   [ -z "$ConnectTimeout" ] && ConnectTimeout=30
   [ -z "$ReceiveTimeout" ] && ReceiveTimeout=30
   [ -z "$ScriptedUpdates" ] && ScriptedUpdates=yes
-  [ -z "$LogTime" ] && LogTime=no
+  [ -z "$LogTime" ] && LogTime=true
   [ -z "$CompressLocalDatabase" ] && CompressLocalDatabase=no
 
   # Generate config file

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list