]> git.pld-linux.org Git - packages/clamav.git/commitdiff
f9fe9386350d39baa3130e405e45e042 clamav.logrotate
authorjack <jack@pld-linux.org>
Wed, 11 Feb 2004 10:28:49 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.logrotate -> 1.1

clamav.logrotate [new file with mode: 0644]

diff --git a/clamav.logrotate b/clamav.logrotate
new file mode 100644 (file)
index 0000000..ac959fa
--- /dev/null
@@ -0,0 +1,15 @@
+/var/log/clamd.log {
+    olddir /var/log/archiv
+    create 640 clamav clamav
+    postrotate
+        /bin/killall -HUP clamav
+    endscript
+}
+
+/var/log/clamav.log {
+    olddir /var/log/archiv
+    create 640 clamav clamav
+    postrotate
+        /bin/killall -HUP clamav
+    endscript
+}
This page took 0.034409 seconds and 4 git commands to generate.