Browse Source

also tell root to use afterboot(8); ok millert

OPENBSD_3_4
deraadt 21 years ago
parent
commit
c75c28c95b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/root/dot.login

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

@ -1,4 +1,4 @@
# $OpenBSD: dot.login,v 1.9 2003/03/20 01:43:31 david Exp $
# $OpenBSD: dot.login,v 1.10 2003/08/19 10:13:14 deraadt Exp $
# #
# csh login file # csh login file
@ -13,4 +13,5 @@ onintr
if ( `logname` == `whoami` ) then if ( `logname` == `whoami` ) then
echo "Don't login as root, use su" echo "Don't login as root, use su"
echo "Read the afterboot(8) man page for administration advice."
endif endif

Loading…
Cancel
Save