system/clamav: Fixed logging location of freshclam in rc.clamav.

Send SIGHUP to freshclam too in the logrotate script

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
pyllyukko 2012-10-09 21:55:55 +02:00 committed by dsomero
parent edfe34bebc
commit 86b39d72bd
2 changed files with 3 additions and 2 deletions

View file

@ -8,5 +8,6 @@
missingok
postrotate
/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2>/dev/null` 2>/dev/null || true
/bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2>/dev/null` 2>/dev/null || true
endscript
}

View file

@ -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 "