summaryrefslogtreecommitdiff
path: root/system/clamav/rc.clamav
diff options
context:
space:
mode:
Diffstat (limited to 'system/clamav/rc.clamav')
-rw-r--r--system/clamav/rc.clamav4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/clamav/rc.clamav b/system/clamav/rc.clamav
index 67ffbcb319..d3db41f4fd 100644
--- a/system/clamav/rc.clamav
+++ b/system/clamav/rc.clamav
@@ -20,8 +20,8 @@ clamav_start() {
echo "."
# Give clamd a chance to create the socket
sleep 1
- echo -n "Starting freshclam daemon: /usr/bin/freshclam -d -l /var/log/freshclam.log "
- /usr/bin/freshclam -d -l /var/log/freshclam.log
+ echo -n "Starting freshclam daemon: /usr/bin/freshclam -d -l /var/log/clamav/freshclam.log "
+ /usr/bin/freshclam -d -l /var/log/clamav/freshclam.log
echo "."
if [ "$MILTER" == "1" ]; then
echo -n "Starting clamav-milter daemon: /usr/sbin/clamav-milter -dblo --max-children=2 local:/var/run/clamav/clmilter.sock "