[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 cc678b472284b3371638d72249a387ce8ae398d1
Author: Stephen Gran <steve at lobefin.net>
Date:   Tue Apr 14 19:30:51 2009 +0100

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

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index eb1a860..0fa11d7 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -138,6 +138,12 @@ LogVerbose $LogVerbose
 LogInfected $LogInfected
 MaxFileSize $MaxFileSize
 EOF
+    if [ -n "$SkipAuthenticated" ]; then
+      cat >> $DEBCONFFILE << EOF
+SkipAuthenticated $SkipAuthenticated
+EOF
+    fi
+
     if [ -n "$Chroot" ]; then
       cat >> $DEBCONFFILE << EOF
 Chroot $Chroot
@@ -239,7 +245,6 @@ EOF
     fi
   fi
   db_stop || true
-
   ;;
   abort-upgrade|abort-remove|abort-deconfigure)
   ;;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list