diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-12-23 01:51:53 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-12-23 01:51:53 +0000 |
commit | 11fb88c219c5bf8d280aed6583fc888252b7e6ed (patch) | |
tree | 49e5fe23d5b881b87b55d15f87b2143579613640 /distrib/mac68k/ramdisk | |
parent | e644901a38264451dfd06843df010ca40626523b (diff) |
Remove extra blank line displayed before the paragraph 'As with
anything ...' during install and/or upgrade on some archs.
On sparc, sparc64, sun3 and vax fix a typo ('echo Welcome' ->
'Welcome') in here-document displayed in md_welcome_banner().
Diffstat (limited to 'distrib/mac68k/ramdisk')
-rw-r--r-- | distrib/mac68k/ramdisk/install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/mac68k/ramdisk/install.md b/distrib/mac68k/ramdisk/install.md index 2f7b7d33b01..737fcc4aa1a 100644 --- a/distrib/mac68k/ramdisk/install.md +++ b/distrib/mac68k/ramdisk/install.md @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: install.md,v 1.5 2001/06/23 19:44:44 deraadt Exp $ +# $OpenBSD: install.md,v 1.6 2001/12/23 01:51:52 krw Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -125,7 +125,6 @@ As a reminder, installing the `etc' binary set is NOT recommended. Once the rest of your system has been upgraded, you should manually merge any changes to files in the `etc' set into those files which already exist on your system. - __welcome_banner_2 fi |