]> git.pld-linux.org Git - packages/apache.git/commitdiff
- well, use init.d/httpd graceful
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 Feb 2004 23:34:02 +0000 (23:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.4.4.2

apache.logrotate

index 2226453c4496f00fe70d2492faab165e110d5533..b18073106b1406cedf282b2fc78bcbe962fd68c3 100644 (file)
@@ -1,27 +1,27 @@
 /var/log/httpd/access_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /bin/killall -USR1 httpd
+       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
 
 /var/log/httpd/agent_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /bin/killall -USR1 httpd
+       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
 
 /var/log/httpd/error_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /bin/killall -USR1 httpd
+       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
 
 /var/log/httpd/referer_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /bin/killall -USR1 httpd
+       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
This page took 0.044872 seconds and 4 git commands to generate.