Bugzilla – Attachment #71620: Patch for /etc/profile.d/profile.sh for bug #155823
case "$(tty 2> /dev/null)" in
/dev/tty*)
if test "$TERM" = "linux" -a -t ; then
echo -en "\033$CONSOLE_MAGIC"
/bin/echo -en "\033$CONSOLE_MAGIC"
fi
esac