#!/bin/csh -f
# Script to tell users that zwgc is started from /usr/athena/.login
#
#       MIT Project Athena
#
#       $Source: /mit/zephyr/src/clients/RCS/zwgc.sh,v $
#       $Author: jtkohl $
#       $Header: zwgc.sh,v 1.3 88/07/12 13:26:47 jtkohl Exp $
#
#	Copyright (c) 1988, Massachusetts Institute of Technology
#

echo ""
echo "zwgc is started automatically by default from /usr/athena/.login"
echo "or /usr/athena/lib/init/login_misc."
echo "If your ~/.login file reads /usr/athena/.login or"
echo "/usr/athena/lib/init/login_misc, you should"
echo "remove zwgc from your own ~/.login file."
echo "If your ~/.login file does NOT use /usr/athena/.login or"
echo "/usr/athena/lib/init/login_misc, you should"
echo "examine /usr/athena/.login to see how it starts up zwgc,"
echo "and then replace the invocation of zwgc in your own"
echo "~/.login file with the lines from /usr/athena/.login"
echo "Thank you."
echo ""
exit 0
