
# Alternate VUE startup script
   if [ `tty` = "/dev/console" -a \
        -z "`ps -ef | grep 'X :' | grep -v grep`" ]; then
        echo "Enter startvue to start X Window and VUE.\n"
   fi
