[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 8b273a7f406535045190632df79cb630904dbdb0
Author: Stephen Gran <steve at lobefin.net>
Date:   Tue Apr 14 19:29:18 2009 +0100

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

diff --git a/debian/clamav-base.postinst.in b/debian/clamav-base.postinst.in
index c232331..07fc419 100644
--- a/debian/clamav-base.postinst.in
+++ b/debian/clamav-base.postinst.in
@@ -227,6 +227,7 @@ case "$1" in
     [ -z "$StructuredDataDetection" ] && StructuredDataDetection=false
     [ -z "$CommandReadTimeout" ] && CommandReadTimeout=5
     [ -z "$SendBufTimeout" ] && SendBufTimeout=200
+    [ -z "$MaxQueue" ] && MaxQueue=100
 
     if [ -n "$TemporaryDirectory" ]; then
 	cat >> $DEBCONFFILE << EOF
@@ -281,6 +282,7 @@ HeuristicScanPrecedence $HeuristicScanPrecedence
 StructuredDataDetection $StructuredDataDetection
 CommandReadTimeout $CommandReadTimeout
 SendBufTimeout $SendBufTimeout
+MaxQueue $MaxQueue
 EOF
 
     if is_true "$StructuredDataDetection"; then

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list