aboutsummaryrefslogtreecommitdiffstats
path: root/extra/clamav/clamav.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'extra/clamav/clamav.logrotate')
-rw-r--r--extra/clamav/clamav.logrotate15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/clamav/clamav.logrotate b/extra/clamav/clamav.logrotate
deleted file mode 100644
index 7574428413..0000000000
--- a/extra/clamav/clamav.logrotate
+++ /dev/null
@@ -1,15 +0,0 @@
-/var/log/clamav/clamd.log {
- missingok
- postrotate
- /etc/init.d/clamd logfix
- /bin/kill -HUP `cat /var/run/clamav/clamd.pid 2> /dev/null` 2>/dev/null || true
- endscript
-}
-
-/var/log/clamav/freshclam.log {
- missingok
- postrotate
- /etc/init.d/freshclam logfix
- /bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2> /dev/null` 2>/dev/null || true
- endscript
-}