#ident	"@(#)login.csh	1.10	93/08/24 SMI"

# The initial machine wide defaults for csh.

if (! $?term) set term = network

# This stuff isn't in login.  Don't remove it here!
if (! -e .hushlogin ) then
	/usr/sbin/quota
	/bin/cat -s /etc/motd
	/bin/mail -E
	switch ( $status )
	case 0: 
		echo "You have new mail."
		breaksw;
	case 2: 
		echo "You have mail."
		breaksw;
	endsw
endif
