mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Merged revisions 266437 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r266437 | tilghman | 2010-05-29 23:43:28 -0500 (Sat, 29 May 2010) | 2 lines Reverting patch and reopening issue #16784, as patch breaks color display. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -111,7 +111,7 @@ case "$1" in
|
|||||||
# "start-stop-daemon --oknodo" returns 0 even if Asterisk was already running (as LSB expects):
|
# "start-stop-daemon --oknodo" returns 0 even if Asterisk was already running (as LSB expects):
|
||||||
if test "x$COLOR" = "xyes" ; then
|
if test "x$COLOR" = "xyes" ; then
|
||||||
export TERM=linux
|
export TERM=linux
|
||||||
start-stop-daemon --start --oknodo --background --exec $DAEMON -- $ASTARGS
|
start-stop-daemon --start --oknodo --background --exec $DAEMON -- $ASTARGS -c
|
||||||
else
|
else
|
||||||
start-stop-daemon --start --oknodo --exec $DAEMON -- $ASTARGS
|
start-stop-daemon --start --oknodo --exec $DAEMON -- $ASTARGS
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user