]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav.logrotate
- don't R sendmail for milter in Titanium, R postfix instead
[packages/clamav.git] / clamav.logrotate
index ac959fad5559f5aab7619c97abdeaeec783ca12e..a2d4c9b7c257d3e07d8d76ecf1daec6264b11c45 100644 (file)
@@ -1,15 +1,8 @@
-/var/log/clamd.log {
-    olddir /var/log/archiv
-    create 640 clamav clamav
+/var/log/clamd.log /var/log/freshclam.log  {
+    olddir /var/log/archive
+    create 640 clamav root
+    sharedscripts
     postrotate
-        /bin/killall -HUP clamav
-    endscript
-}
-
-/var/log/clamav.log {
-    olddir /var/log/archiv
-    create 640 clamav clamav
-    postrotate
-        /bin/killall -HUP clamav
+        /bin/killall -HUP clamd
     endscript
 }
This page took 0.033597 seconds and 4 git commands to generate.