summaryrefslogtreecommitdiff
path: root/etc/root/dot.login
blob: 399a249e584343a502135d30c94ed2dea69ac2e2 (plain)
1
2
3
4
5
6
7
tset -Q \?$TERM

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

echo 'If you are new to OpenBSD, type "man afterboot".'