Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/utils/sysinst Pull up revision 1.84 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/72b8d1edb30e
branches:  netbsd-1-5
changeset: 492871:72b8d1edb30e
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 26 20:19:01 2002 +0000

description:
Pull up revision 1.84 (requested by he):
  Allow the user to continue the install even if sysinst thinks
  that the network configure failed (caused by e.g. failure of the
  default gateway to respond to ping).

diffstat:

 distrib/utils/sysinst/msg.mi.en |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r e9aa72c6771c -r 72b8d1edb30e distrib/utils/sysinst/msg.mi.en
--- a/distrib/utils/sysinst/msg.mi.en   Tue Feb 26 20:14:36 2002 +0000
+++ b/distrib/utils/sysinst/msg.mi.en   Tue Feb 26 20:19:01 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.en,v 1.62.2.13 2001/02/26 22:42:34 he Exp $     */
+/*     $NetBSD: msg.mi.en,v 1.62.2.14 2002/02/26 20:19:01 he Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -653,7 +653,13 @@
 message netnotup
 {There was a problem in setting up the network.  Either your gateway
 or your nameserver was not reachable by a ping.  Do you want to
-configure your network again?  (No aborts the install process.)
+configure your network again?  (No allows you to continue anyway
+or abort the install process.)
+}
+
+message netnotup_continueanyway
+{Would you like to continue the install process anyway, and assume
+that the network is working?  (No aborts the install process.)
 }
 
 message makedev



Home | Main Index | Thread Index | Old Index