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

Stephen Gran steve at lobefin.net
Wed Apr 15 20:47:24 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 597e9182122017c95a70744a38c2f4ce8602b585
Author: Stephen Gran <steve at lobefin.net>
Date:   Tue Apr 14 19:28:10 2009 +0100

    Handle new config option SendBufTimeout
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-base.postinst.in b/debian/clamav-base.postinst.in
index 2803322..c232331 100644
--- a/debian/clamav-base.postinst.in
+++ b/debian/clamav-base.postinst.in
@@ -226,6 +226,7 @@ case "$1" in
     [ -z "$HeuristicScanPrecedence" ] && HeuristicScanPrecedence=false
     [ -z "$StructuredDataDetection" ] && StructuredDataDetection=false
     [ -z "$CommandReadTimeout" ] && CommandReadTimeout=5
+    [ -z "$SendBufTimeout" ] && SendBufTimeout=200
 
     if [ -n "$TemporaryDirectory" ]; then
 	cat >> $DEBCONFFILE << EOF
@@ -279,6 +280,7 @@ ScanPartialMessages $ScanPartialMessages
 HeuristicScanPrecedence $HeuristicScanPrecedence
 StructuredDataDetection $StructuredDataDetection
 CommandReadTimeout $CommandReadTimeout
+SendBufTimeout $SendBufTimeout
 EOF
 
     if is_true "$StructuredDataDetection"; then

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list