From 894af785d11709fc0fb837c0ee777492b2c72b18 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 20 Oct 1997 20:18:35 +0000 Subject: [PATCH] new afterboot man page, and root logins will be told about it --- src/etc/root/dot.login | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/etc/root/dot.login b/src/etc/root/dot.login index 28c647c5..399a249e 100644 --- a/src/etc/root/dot.login +++ b/src/etc/root/dot.login @@ -3,3 +3,5 @@ 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".'