]> granicus.if.org Git - php/commitdiff
WS
authorBob Weinand <bobwei9@hotmail.com>
Sun, 8 Dec 2013 20:58:01 +0000 (21:58 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Sun, 8 Dec 2013 20:58:01 +0000 (21:58 +0100)
phpdbg.init.d

index cc18957b4cf9d1afd585510c8fc1403926a13aa7..99a1ab328b8973d651e0c0634069121fe83fce37 100755 (executable)
@@ -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