[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.94.dfsg.2-1-1-g9e03da9

Stephen Gran steve at lobefin.net
Wed Feb 18 21:37:30 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 9e03da9eed86c829ed74a95db5ecc58faca9683d
Author: Stephen Gran <steve at lobefin.net>
Date:   Wed Feb 18 21:36:56 2009 +0000

    Make log_end_message say warning instead of failed when freshclam is not
    going to update the databases immediately.
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-freshclam.init.in b/debian/clamav-freshclam.init.in
index 8248c13..fcec2c7 100644
--- a/debian/clamav-freshclam.init.in
+++ b/debian/clamav-freshclam.init.in
@@ -95,7 +95,7 @@ case "$1" in
   if [ -f /etc/cron.d/clamav-freshclam ]; then
     log_warning_msg "Not starting $NAME - cron option selected"
     log_warning_msg "Run the init script with the 'no-daemon' option"
-    log_end_msg 1
+    log_end_msg 255
     exit 0
   fi
   su "$DatabaseOwner" -p -s /bin/sh -c ". /lib/lsb/init-functions && start_daemon $DAEMON -d --quiet"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list