[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. debian/0.95+dfsg-1-267-g72701a0

Stephen Gran steve at lobefin.net
Sat Jul 11 19:29:27 UTC 2009


The following commit has been merged in the debian/etch-volatile branch:
commit 72701a037b41f6384866821d1aedd11979e8f8de
Author: Stephen Gran <steve at lobefin.net>
Date:   Sat Jul 11 20:28:10 2009 +0100

    Default to a logfile
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index 3293767..dbab038 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -122,6 +122,7 @@ case "$1" in
     [ -z "$LogVerbose" ] && logverbose="false"
     [ -z "$LogInfected" ] && loginfected="Off"
     [ -z "$MaxFileSize" ] && MaxFSize="25M"
+    [ -z "$LogFile" ] && [ -z "$logfile" ] && is_false "$logsyslog" && logfile=/var/log/clamav/clamav-milter.log
 
     if [ -z "$allowsupplementarygroups" ] && [ -n "$AllowSupplementaryGroups" ]; then
       allowsupplementarygroups="$AllowSupplementaryGroups"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list