]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- flush-logs target doesn't care for working config
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Jan 2006 20:28:48 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.init -> 1.10

lighttpd.init

index 7b731c07481c7a8f214cb930bd5def9f31c44b44..85af622be8c9259c32f13318f31bb8ed59600c4c 100644 (file)
@@ -118,7 +118,6 @@ case "$1" in
   flush-logs)
        if [ -f /var/lock/subsys/lighttpd ]; then
                nls "Rotating %s logs" lighttpd
-               configtest || exit 1
                killproc --pidfile /var/run/lighttpd.pid lighttpd -HUP
                RETVAL=$?
        else
This page took 0.034311 seconds and 4 git commands to generate.