Quote Originally Posted by hornett
Sorry to ressurect this thread, but I was wondering if it is possible to apply this change to Dapper?
OK, figured this out if anyone is interested....

Somehow the functions are instead being called from /etc/lsb-base-logging.sh so you can remove line 107 in the log_end_message function and insert the following lines:

Code:
#            echo "[ ok ]"
            printf '[ '
            $TPUT setaf 2  # green
            printf ok
            $TPUT op  # normal
            echo ' ]'
Thank me later