[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch,	debian/unstable, updated. debian/0.95+dfsg-1-86-gf27ca59
    Stephen Gran 
    steve at lobefin.net
       
    Sun Apr 12 12:21:24 UTC 2009
    
    
  
The following commit has been merged in the debian/unstable branch:
commit 4343a331b7150ae071a2790f0b653c25b38cce95
Author: Stephen Gran <steve at lobefin.net>
Date:   Sun Apr 12 13:17:12 2009 +0100
    Stop writing out deprecated option to config file
    Signed-off-by: Stephen Gran <steve at lobefin.net>
diff --git a/debian/clamav-base.postinst.in b/debian/clamav-base.postinst.in
index 361fe14..41397d2 100644
--- a/debian/clamav-base.postinst.in
+++ b/debian/clamav-base.postinst.in
@@ -177,7 +177,6 @@ case "$1" in
     fi
     [ -z "$user" ] && user=clamav
     [ -z "$AllowSupplementaryGroups" ] && AllowSupplementaryGroups=false
-    [ -z "$ArchiveLimitMemoryUsage" ] && ArchiveLimitMemoryUsage=false
     [ -z "$ArchiveBlockEncrypted" ] && ArchiveBlockEncrypted="$ArchiveDetectEncrypted"
     [ -z "$ArchiveBlockEncrypted" ] && ArchiveBlockEncrypted=false
     [ -z "$maxdirrec" ] && maxdirrec=15
@@ -243,7 +242,6 @@ User $user
 AllowSupplementaryGroups $AllowSupplementaryGroups
 ScanMail $scanmail
 ScanArchive $scanarchive
-ArchiveLimitMemoryUsage $ArchiveLimitMemoryUsage
 ArchiveBlockEncrypted $ArchiveBlockEncrypted
 MaxDirectoryRecursion $maxdirrec
 FollowDirectorySymlinks $followdirsyms
-- 
Debian repository for ClamAV
    
    
More information about the Pkg-clamav-commits
mailing list