]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Reverting patch and reopening issue #16784, as patch breaks color display.
authorTilghman Lesher <tilghman@meg.abyt.es>
Sun, 30 May 2010 04:43:28 +0000 (04:43 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sun, 30 May 2010 04:43:28 +0000 (04:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@266437 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/init.d/rc.debian.asterisk

index 96c8e7b2f516fa0609e5cbf79c0558541fbb8d3a..1742d50010befed5d8b241f5dc92ee9e5328b65b 100755 (executable)
@@ -74,7 +74,7 @@ case "$1" in
        # "start-stop-daemon --oknodo" returns 0 even if Asterisk was already running (as LSB expects):
        if test "x$COLOR" = "xyes" ; then
                export TERM=linux
-               start-stop-daemon --start --oknodo --background --exec $DAEMON -- $ASTARGS
+               start-stop-daemon --start --oknodo --background --exec $DAEMON -- $ASTARGS -c
        else
                start-stop-daemon --start --oknodo --exec $DAEMON -- $ASTARGS
        fi