Browse Source

reminding people about afterboot on every single login is stupid.

OPENBSD_4_7
deraadt 15 years ago
parent
commit
3744e950a2
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      src/etc/root/dot.login

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

@ -1,4 +1,4 @@
# $OpenBSD: dot.login,v 1.13 2009/05/06 22:02:05 millert Exp $
# $OpenBSD: dot.login,v 1.14 2009/12/20 15:35:35 deraadt Exp $
#
# csh login file
@ -14,7 +14,3 @@ if ( -x /usr/bin/tset ) then
unset noglob histchars
onintr
endif
if ( `logname` == `whoami` ) then
echo "Read the afterboot(8) man page for administration advice."
endif

Loading…
Cancel
Save