]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- Logging DB to /var/log/freshclam.log. As introduced in 0.66.
authorMateusz Korniak <matkor@pld-linux.org>
Wed, 11 Feb 2004 12:34:12 +0000 (12:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav-cron-updatedb -> 1.3

clamav-cron-updatedb

index f48e38456dbf800c78d8251298bbcb2f9f67e472..4d50a6d26ae565aa226909c306f7e0bd3b0f96c1 100644 (file)
@@ -13,7 +13,7 @@ fi
     
 if [ "$DIV" = "0" ]; then
        umask 022
-       log=$(/usr/bin/freshclam $freshclamopt -l /var/log/clamav.log --daemon-notify 2>&1)
+       log=$(/usr/bin/freshclam $freshclamopt -l /var/log/freshclam.log --daemon-notify 2>&1)
        if [ "$UPDATE_QUIET" != "yes" ]; then
            echo "$log"
        fi
This page took 0.040768 seconds and 4 git commands to generate.