From 3744e950a2b583d636a21cbb20bfa99029260c90 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 20 Dec 2009 15:35:35 +0000 Subject: [PATCH] reminding people about afterboot on every single login is stupid. --- src/etc/root/dot.login | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/etc/root/dot.login b/src/etc/root/dot.login index 74a5d6f3..a347eb86 100644 --- a/src/etc/root/dot.login +++ b/src/etc/root/dot.login @@ -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