SOURCES: apache1.init - use graceful reload for logrotation (not t...

glen glen at pld-linux.org
Wed Feb 13 10:31:45 CET 2008


Author: glen                         Date: Wed Feb 13 09:31:45 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use graceful reload for logrotation (not to kill active site connections at logrotation time)

---- Files affected:
SOURCES:
   apache1.init (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SOURCES/apache1.init
diff -u SOURCES/apache1.init:1.26 SOURCES/apache1.init:1.27
--- SOURCES/apache1.init:1.26	Sat Jan 26 14:11:03 2008
+++ SOURCES/apache1.init	Wed Feb 13 10:31:40 2008
@@ -142,7 +142,7 @@
 	reload USR1 7
 	;;
   flush-logs)
-	reload HUP 0
+	reload USR1 0
 	;;
   configtest)
 	apache -t
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache1.init?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list