]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- tabs
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 12 Dec 2009 14:38:23 +0000 (14:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.init -> 1.16

lighttpd.init

index 43c195418ac58e2c37ace894a3dcc29e115537ed..06f03c8621ce7b7f21d38df74023beb6e01c0bc6 100644 (file)
@@ -78,7 +78,7 @@ start() {
        RETVAL=$?
        if [ $RETVAL -eq 0 ]; then
                ok
-               touch /var/lock/subsys/lighttpd
+               touch /var/lock/subsys/lighttpd
        else
                fail
        fi
@@ -187,13 +187,13 @@ case "$1" in
        reload
        ;;
   flush-logs)
-       flush-logs
+       flush-logs
        ;;
   checkconfig|configtest)
        checkconfig 1
        ;;
   status)
-       status lighttpd-angel
+       status lighttpd-angel
        status lighttpd
        RETVAL=$?
        ;;
This page took 0.126029 seconds and 4 git commands to generate.