Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/miniroot Fix an old typo (or rather, an old failure ...
details: https://anonhg.NetBSD.org/src/rev/7a9a932dd002
branches: trunk
changeset: 472578:7a9a932dd002
user: is <is%NetBSD.org@localhost>
date: Sun May 02 20:53:22 1999 +0000
description:
Fix an old typo (or rather, an old failure to fully adapt copied code's
prompt text to the new location): for ftp, we build a list and extract all
at once afterwards.
diffstat:
distrib/miniroot/install.sub | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 8bf06168cc98 -r 7a9a932dd002 distrib/miniroot/install.sub
--- a/distrib/miniroot/install.sub Sun May 02 20:52:02 1999 +0000
+++ b/distrib/miniroot/install.sub Sun May 02 20:53:22 1999 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: install.sub,v 1.26 1999/04/26 10:50:44 is Exp $
+# $NetBSD: install.sub,v 1.27 1999/05/02 20:53:22 is Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -695,7 +695,7 @@
while : ; do
echo "The following sets are available for extraction:"
- echo "(marked sets have already been extracted)"
+ echo "(marked sets are already on the extraction list)"
echo ""
_next=""
Home |
Main Index |
Thread Index |
Old Index