From: Bob Weinand Date: Sun, 8 Dec 2013 20:58:01 +0000 (+0100) Subject: WS X-Git-Tag: php-5.6.0alpha1~110^2~24^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71ae30f1b8fc208f807cd8ffe0de457086cac7b5;p=php WS --- diff --git a/phpdbg.init.d b/phpdbg.init.d index cc18957b4c..99a1ab328b 100755 --- a/phpdbg.init.d +++ b/phpdbg.init.d @@ -3,7 +3,7 @@ # Author: krakjoe # # Purpose: Daemonize phpdbg automatically on boot # # chkconfig: 2345 07 09 # -# description:Starts, stops and restarts phpdbg daemon # +# description: Starts, stops and restarts phpdbg daemon # ################################################################ LOCKFILE=/var/lock/subsys/phpdbg PIDFILE=/var/run/phpdbg.pid @@ -16,7 +16,7 @@ if [ "x${PHPDBG}" == "x" ]; then PHPDBG=$(which phpdbg 2>/dev/null) fi ################################################################ -# Options to pass to phpdbg upon boot # +# Options to pass to phpdbg upon boot # ################################################################ OPTIONS= LOGFILE=/var/log/phpdbg.log