From 06914c13cfc850f1b4029216258e5a9f7085d150 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Sun, 30 May 2010 04:43:28 +0000 Subject: [PATCH] Reverting patch and reopening issue #16784, as patch breaks color display. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@266437 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/init.d/rc.debian.asterisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/init.d/rc.debian.asterisk b/contrib/init.d/rc.debian.asterisk index 96c8e7b2f5..1742d50010 100755 --- a/contrib/init.d/rc.debian.asterisk +++ b/contrib/init.d/rc.debian.asterisk @@ -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 -- 2.47.3