]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- use HUP for flush-logs
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Dec 2007 09:42:49 +0000 (09:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.init -> 1.25

apache1.init

index 1de6bf058bad2470f2469db938c1fe30bc600249..ffa6e3dcf3f9c6d8dbd1e6560e7ceba0950821ef 100644 (file)
@@ -146,7 +146,7 @@ case "$1" in
                configtest
                RETVAL=$?
                if [ $RETVAL -eq 0 ]; then
-                       killproc apache -USR1
+                       killproc apache -HUP
                        RETVAL=$?
                else
                        fail
This page took 0.093187 seconds and 4 git commands to generate.