#!/bin/sh
/opt/gnu/bin/sed -e "s/connection/Connection/" |\
/opt/gnu/bin/sed -e "s/\(S[0-9]*\) \([a-z\-\_]*\) \(succeeded\)/\1 <FONT COLOR=blue>\2<\/FONT> \3/" |\
/opt/gnu/bin/sed -e "s/P\([a-z\-\_]*\)/P<FONT COLOR=blue>\1<\/FONT>/"  |\
/opt/gnu/bin/sed -e "s/succeeded/<FONT COLOR=green>&<\/FONT>/" |\
/opt/gnu/bin/sed -e "s/failed\|denied/<FONT COLOR=red>&<\/FONT>/" |\
/opt/gnu/bin/sed -e "s/terminated\|disconnected/<FONT COLOR=magenta>&<\/FONT>/" |\
/opt/gnu/bin/sed -e "s/pm3kl/<FONT COLOR=#0055CC>&<\/FONT>/" |\
/opt/gnu/bin/sed -e "s/pm3ps/<FONT COLOR=#CC55AA>&<\/FONT>/" |\
/opt/gnu/bin/sed -e "s/pm2kus/<FONT COLOR=#00CC55>&<\/FONT>/"
