[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. 99ae9353f6834da0cb73f59f4b32d1f0ae1263fa

Stephen Gran steve at lobefin.net
Thu Sep 4 12:36:48 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit 154799363380f7829453937069fe47c85a901238
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Sep 4 13:25:24 2008 +0100

    Revert "Finish that change"
    
    This reverts commit 9dfa9ea453e572345fde3db391d31b58c98d5f5f.

diff --git a/debian/clamav-freshclam.postinst.in b/debian/clamav-freshclam.postinst.in
index 85ad4a4..c2d9b27 100644
--- a/debian/clamav-freshclam.postinst.in
+++ b/debian/clamav-freshclam.postinst.in
@@ -171,7 +171,7 @@ CompressLocalDatabase $CompressLocalDatabase
 EOF
 
   if [ -n "$notify" ] ;then
-    if [ -n "$NotifyClamd" ] && is_true "$NotifyClamd"; then
+    if [ -n "$NotifyClamd" ] && is_true "$NotifyClamd" != "true" ]; then
       echo "NotifyClamd $NotifyClamd" >> $DEBCONFILE
     else
       echo "NotifyClamd /etc/clamav/clamd.conf" >> $DEBCONFILE

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list