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