]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- Corrected killall location. Now it's /bin/killall. APACHE2 APACHE_2_FOR_RA auto/ac/apache-2_0_47-0_2 auto/ac/apache-2_0_48-0_1 auto/ac/apache-2_0_48-0_1_3 auto/ac/apache-2_0_48-0_1_4
authormkochano <mkochano@pld-linux.org>
Mon, 9 Apr 2001 08:18:54 +0000 (08:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.4

apache.logrotate

index 46bde77378d9b3196350b44a36ad9a210f6b3623..ae9fa010a9f9c81429a634143db8e90a99fbbb93 100644 (file)
@@ -1,27 +1,27 @@
 /var/log/httpd/access_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /usr/bin/killall -HUP httpd
+       /bin/killall -HUP httpd
     endscript
 }
 
 /var/log/httpd/agent_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /usr/bin/killall -HUP httpd
+       /bin/killall -HUP httpd
     endscript
 }
 
 /var/log/httpd/error_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /usr/bin/killall -HUP httpd
+       /bin/killall -HUP httpd
     endscript
 }
 
 /var/log/httpd/referer_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /usr/bin/killall -HUP httpd
+       /bin/killall -HUP httpd
     endscript
 }
This page took 0.146675 seconds and 4 git commands to generate.