Browse Source

new afterboot man page, and root logins will be told about it

OPENBSD_2_2
deraadt 27 years ago
parent
commit
894af785d1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/etc/root/dot.login

+ 2
- 0
src/etc/root/dot.login View File

@ -3,3 +3,5 @@ tset -Q \?$TERM
if ( `logname` == `whoami` ) then if ( `logname` == `whoami` ) then
echo "Don't login as root, use su" echo "Don't login as root, use su"
endif endif
echo 'If you are new to OpenBSD, type "man afterboot".'

Loading…
Cancel
Save