#!/bin/csh -f
# Script to tell users that zlogin and zlogout are no longer necessary.
#
#       MIT Project Athena
#
#       $Source: /mit/zephyr/src/clients/RCS/zlogout.sh,v $
#       $Author: jtkohl $
#       $Header: zlogout.sh,v 1.4 88/07/01 10:02:48 jtkohl Exp $
#
#	Copyright (c) 1988, Massachusetts Institute of Technology
#

echo ""
echo "zlogin and zlogout are no longer in use.  Please remove any"
echo "references to zlogin and zlogout from your .login and"
echo ".logout files.  Their functions are now performed automatically"
echo "by zwgc.  Thank you."
echo ""
exit 0
