diff options
author | 1998-08-23 17:48:52 +0000 | |
---|---|---|
committer | 1998-08-23 17:48:52 +0000 | |
commit | 2f2c9b94052c7345cb700c3edbd1f3e2831a355b (patch) | |
tree | 61ea8395e7f9487d6a79750b8cf0126d5b8a681f | |
parent | Strip leading '_' from symbol to lookup if symbols in file lack leading '_'. (diff) | |
download | wireguard-openbsd-2f2c9b94052c7345cb700c3edbd1f3e2831a355b.tar.xz wireguard-openbsd-2f2c9b94052c7345cb700c3edbd1f3e2831a355b.zip |
s/alpha/hp300/
-rw-r--r-- | distrib/hp300/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md index e79ef1a5cef..9c0f367832e 100644 --- a/distrib/hp300/ramdisk/install.md +++ b/distrib/hp300/ramdisk/install.md @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: install.md,v 1.10 1998/03/29 19:58:14 millert Exp $ +# $OpenBSD: install.md,v 1.11 1998/08/23 17:48:52 kstailey Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -487,7 +487,7 @@ simple and rational way. __welcome_banner_1 else - echo "Welcome to the OpenBSD/alpha ${VERSION_MAJOR}.${VERSION_MINOR} upgrade program." + echo "Welcome to the OpenBSD/hp300 ${VERSION_MAJOR}.${VERSION_MINOR} upgrade program." cat << \__welcome_banner_2 This program is designed to help you upgrade your OpenBSD system in a |