diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-29 00:08:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-29 00:08:07 +0000 |
commit | 5652f1cf71361344c26360844ee418031fd904b1 (patch) | |
tree | 8899487656c826cf33e7ced6438c6ab0d920248e /distrib/alpha | |
parent | 0d057eef54fa9d935b3f411071192488b357dee6 (diff) |
Fix welcome in "upgrade" case.
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 33735d4d09d..77bfd66e60d 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,5 @@ -# $OpenBSD: install.md,v 1.19 1998/03/27 23:28:12 deraadt Exp $ +# $OpenBSD: install.md,v 1.20 1998/03/29 00:08:06 millert Exp $ +# # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -186,13 +187,12 @@ md_welcome_banner() { echo "Welcome to the OpenBSD/alpha ${VERSION_MAJOR}.${VERSION_MINOR} installation program." cat << \__welcome_banner_1 -This program is designed to help you put OpenBSD on your disk in a simple and +This program is designed to help you put OpenBSD on your system in a simple and rational way. __welcome_banner_1 else - echo "" - echo "Welcome to the OpenBSD/alpha ${VERSION} upgrade program." + echo "Welcome to the OpenBSD/alpha ${VERSION_MAJOR}.${VERSION_MINOR} upgrade program." cat << \__welcome_banner_2 This program is designed to help you upgrade your OpenBSD system in a |