[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-198-g1bc00ca

Stephen Gran steve at lobefin.net
Sat Jul 11 19:28:41 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1bc00cac800eee178d72c1d51b89a36197a4bd23
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