diff options
author | 2007-03-27 10:02:10 +0000 | |
---|---|---|
committer | 2007-03-27 10:02:10 +0000 | |
commit | 8496fae9e86f27ce25851e2192e9a2f55a364873 (patch) | |
tree | 366b3f27ad1f59d2a7e77b5af8562427181cd84e /app-antivirus/clamav/files | |
parent | Drop my primary maintainer status (diff) | |
download | gentoo-2-8496fae9e86f27ce25851e2192e9a2f55a364873.tar.gz gentoo-2-8496fae9e86f27ce25851e2192e9a2f55a364873.tar.bz2 gentoo-2-8496fae9e86f27ce25851e2192e9a2f55a364873.zip |
Also reload clamd/freshclam from logrotate script.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-antivirus/clamav/files')
-rw-r--r-- | app-antivirus/clamav/files/clamav.logrotate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-antivirus/clamav/files/clamav.logrotate b/app-antivirus/clamav/files/clamav.logrotate index 8c4916470b48..12c77e020c28 100644 --- a/app-antivirus/clamav/files/clamav.logrotate +++ b/app-antivirus/clamav/files/clamav.logrotate @@ -2,6 +2,7 @@ missingok postrotate /etc/init.d/clamd logfix + /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2>/dev/null || true endscript } @@ -9,5 +10,6 @@ missingok postrotate /etc/init.d/clamd logfix + /bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2> /dev/null` 2>/dev/null || true endscript } |