]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- changed group to root and clamav.log to freshclam.log
authorjack <jack@pld-linux.org>
Sun, 18 Apr 2004 10:53:02 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.logrotate -> 1.3

clamav.logrotate

index 8e2938b1e88a5a427d8d254bfdd6bd8343446c2c..0f47c3f79ee2d493f834d23411b08a2c39b353e9 100644 (file)
@@ -1,14 +1,14 @@
 /var/log/clamd.log {
     olddir /var/log/archiv
-    create 640 clamav clamav
+    create 640 clamav root
     postrotate
         /bin/killall -HUP clamd
     endscript
 }
 
-/var/log/clamav.log {
+/var/log/freshclam.log {
     olddir /var/log/archiv
-    create 640 clamav clamav
+    create 640 clamav root
     postrotate
         /bin/killall -HUP clamd
     endscript
This page took 0.075303 seconds and 4 git commands to generate.