Index: scripts/check_root =================================================================== RCS file: /cvsroot/tiger/tiger/scripts/check_root,v retrieving revision 1.8 diff -a -u -p -r1.8 check_root --- scripts/check_root 3 Sep 2003 12:12:45 -0000 1.8 +++ scripts/check_root 13 Sep 2003 22:24:52 -0000 @@ -127,7 +127,7 @@ if [ -f /etc/X11/gdm/gdm.conf ]; then } fi [ -n "$MESG" ] && { - if $MESG | $GREP "is y" >/dev/null 2>&1 + if $MESG 2>&1 | $GREP "is y" >/dev/null then message WARN root003w "" "Root user has message capability turned on." fi