#ident	"@(#)login.csh	1.3	92/07/14 SMI"

#       The initial machine wide defaults for csh.

if (! $?term) set term = network

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
