
# Alternate X Window startup
if [ `tty` = "/dev/console" -a -z "`ps -e | grep 'Xsun'`" ]; then
   if [ -d "$OPENWINHOME" -o -d /usr/openwin ]; then
      echo "\nEnter startx to start X Window.\n"
   fi
fi
