--- alx-src/branches/alxconf-060/functions/common.sh 2011/05/11 09:10:03 2032 +++ alx-src/branches/alxconf-060/functions/common.sh 2011/05/17 10:52:25 2142 @@ -38,3 +38,8 @@ fi : > ${CONFIG} } + +rc_mecho() +{ + rc_echo -e "${COLMAGENTA}$@${COLDEFAULT}" +}