diff options
Diffstat (limited to 'app-antivirus/clamav/files/clamav.logrotate')
-rw-r--r-- | app-antivirus/clamav/files/clamav.logrotate | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-antivirus/clamav/files/clamav.logrotate b/app-antivirus/clamav/files/clamav.logrotate index a87d45d31690..e79ce6e77ee8 100644 --- a/app-antivirus/clamav/files/clamav.logrotate +++ b/app-antivirus/clamav/files/clamav.logrotate @@ -2,8 +2,7 @@ missingok create 640 clamav clamav postrotate - /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2> -/dev/null || true + /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2>/dev/null || true endscript } @@ -11,7 +10,6 @@ missingok create 640 clamav clamav postrotate - /bin/kill -HUP `cat /var/run/clamav/freshclam.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 } |