Index: rc.debian.asterisk =================================================================== --- rc.debian.asterisk (revision 246380) +++ rc.debian.asterisk (working copy) @@ -111,7 +111,7 @@ # "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 -c + start-stop-daemon --start --oknodo --background --exec $DAEMON -- $ASTARGS else start-stop-daemon --start --oknodo --exec $DAEMON -- $ASTARGS fi