From 71ae30f1b8fc208f807cd8ffe0de457086cac7b5 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sun, 8 Dec 2013 21:58:01 +0100 Subject: [PATCH] WS --- phpdbg.init.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1