diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-01 16:14:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-01 16:14:13 +0000 |
commit | d35d35ef7b9f40752ad1a95028eae474bcd7ceae (patch) | |
tree | cacf1cfebc1912c41f07853e668aba2347ef17b5 /distrib | |
parent | 1e2414118da67be261668c7544244118a8355c43 (diff) |
Only tell the user about new mail at install time (not upgrade); from Pierre Riteau
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 4c075945d69..d3656848075 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.506 2009/05/01 15:52:15 deraadt Exp $ +# $OpenBSD: install.sub,v 1.507 2009/05/01 16:14:12 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1728,6 +1728,8 @@ finish_up() { CONGRATULATIONS! Your OpenBSD $MODE has been successfully completed! To boot the new system, enter "reboot" or "halt" at the command prompt. +__EOT + [[ $MODE == install ]] && cat <<__EOT When you login to your new system the first time, please read your mail using the "mail" command. __EOT |