Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/amiga/miniroot Pullup 1.13 [is]:



details:   https://anonhg.NetBSD.org/src/rev/92e4472096fe
branches:  netbsd-1-5
changeset: 490023:92e4472096fe
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Oct 30 23:36:16 2000 +0000

description:
Pullup 1.13 [is]:
When no bootblock is installed, no more action, output etc. is to be
expected, so no need for "...". Pointed out by Petri Koistinen.

diffstat:

 distrib/amiga/miniroot/install.md |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 42690484077d -r 92e4472096fe distrib/amiga/miniroot/install.md
--- a/distrib/amiga/miniroot/install.md Mon Oct 30 23:34:48 2000 +0000
+++ b/distrib/amiga/miniroot/install.md Mon Oct 30 23:36:16 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: install.md,v 1.11.8.1 2000/10/17 19:56:24 tv Exp $
+#      $NetBSD: install.md,v 1.11.8.2 2000/10/30 23:36:16 tv Exp $
 #
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -102,7 +102,7 @@
                                chroot /mnt /usr/mdec/installboot /usr/mdec/xxboot /dev/r${1}a
                                ;;
                        *)
-                               echo "No bootblock installed..."
+                               echo "No bootblock installed."
                                ;;
                esac
        elif [ "$MODE" = "install" ]; then



Home | Main Index | Thread Index | Old Index