The font color is being set directly in /sbin/rc regardless of RC_NOCOLOR setting. Here is the fix: --- rc.orig 2003-08-29 19:44:51.000000000 -0400 +++ rc 2003-08-29 19:47:23.000000000 -0400 @@ -71,7 +71,7 @@ PATH="/bin:/sbin:/usr/bin:/usr/sbin:${PATH}" echo - echo -e "${GOOD}Gentoo Linux${GENTOO_VERS}; \e [34;01mhttp://www.gentoo.org/${NORMAL}" + echo -e "${GOOD}Gentoo Linux${GENTOO_VERS}; ${BRACKET} http://www.gentoo.org/${NORMAL}" echo -e " Copyright 2001-2003 Gentoo Technologies, Inc.; Distributed under the GPL" echo Reproducible: Always Steps to Reproduce: 1. 2. 3. See the details.
already fixed in cvs ...