]> git.pld-linux.org Git - packages/clamav.git/commitdiff
-m s/killall -HUP clamav/killall -HUP clamd/g help
authorjack <jack@pld-linux.org>
Fri, 16 Apr 2004 08:25:57 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.logrotate -> 1.2

clamav.logrotate

index ac959fad5559f5aab7619c97abdeaeec783ca12e..8e2938b1e88a5a427d8d254bfdd6bd8343446c2c 100644 (file)
@@ -2,7 +2,7 @@
     olddir /var/log/archiv
     create 640 clamav clamav
     postrotate
-        /bin/killall -HUP clamav
+        /bin/killall -HUP clamd
     endscript
 }
 
@@ -10,6 +10,6 @@
     olddir /var/log/archiv
     create 640 clamav clamav
     postrotate
-        /bin/killall -HUP clamav
+        /bin/killall -HUP clamd
     endscript
 }
This page took 1.822429 seconds and 4 git commands to generate.