dot.login revision 1.5
1# $NetBSD: dot.login,v 1.5 2000/02/15 19:29:54 abs Exp $ 2 3if ( $TERM == unknown ) then 4 tset -Q \?$TERM 5else 6 echo "Terminal type is '$TERM'." 7endif 8 9# Do not display in 'su -' case 10if ( ! $?SU_FROM ) then 11 echo "We recommend creating a non-root account and using su(1) for root access." 12endif 13