summaryrefslogtreecommitdiff
path: root/etc/root/dot.login
blob: 12f30e2dff51656d76089425059ad22bfe7682ce (plain)
1
2
3
4
5
6
7
set tterm='?'$TERM 
eval `set noglob ; tset -s -Q $tterm ; unset noglob`
unset tterm

if ( `logname` == `whoami` ) then
	echo "Don't login as root, use su"
endif