]> git.pld-linux.org Git - packages/apache.git/commitdiff
- HUP->USR1 (graceful reload)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 26 Feb 2004 23:27:44 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.4.4.1

apache.logrotate

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