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 to netbsd-1-5 branch, OK'...



details:   https://anonhg.NetBSD.org/src/rev/cfe70f106dc5
branches:  netbsd-1-5
changeset: 489501:cfe70f106dc5
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Wed Sep 20 21:50:47 2000 +0000

description:
Pull up to netbsd-1-5 branch, OK'd by thorpej:

Revisions:
 > cvs rdiff -r1.20 -r1.21 basesrc/distrib/utils/sysinst/install.c
 > cvs rdiff -r1.68 -r1.69 basesrc/distrib/utils/sysinst/msg.mi.en

Log:
 > Doesn't it make you nervous to see a "lastchance" warning, telling you
 > that "your hard disk" is about to get nuked, and you are no longer sure
 > which of your ten disks you told sysinst to wipe?
 >
 > Change this to tell you:
 > ``Ok, we are now ready to install NetBSD on your hard disk (wd0). Nothing ...''

diffstat:

 distrib/utils/sysinst/install.c |  4 ++--
 distrib/utils/sysinst/msg.mi.en |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c63729e03ba2 -r cfe70f106dc5 distrib/utils/sysinst/install.c
--- a/distrib/utils/sysinst/install.c   Wed Sep 20 21:48:45 2000 +0000
+++ b/distrib/utils/sysinst/install.c   Wed Sep 20 21:50:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: install.c,v 1.19.10.1 2000/08/15 02:12:52 hubertf Exp $        */
+/*     $NetBSD: install.c,v 1.19.10.2 2000/09/20 21:50:47 hubertf Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -87,7 +87,7 @@
        /* Last chance ... do you really want to do this? */
        clear();
        refresh();
-       msg_display(MSG_lastchance);
+       msg_display(MSG_lastchance, diskdev);
        process_menu(MENU_noyes);
        if (!yesno)
                return;
diff -r c63729e03ba2 -r cfe70f106dc5 distrib/utils/sysinst/msg.mi.en
--- a/distrib/utils/sysinst/msg.mi.en   Wed Sep 20 21:48:45 2000 +0000
+++ b/distrib/utils/sysinst/msg.mi.en   Wed Sep 20 21:50:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.mi.en,v 1.62.2.6 2000/09/20 20:11:25 hubertf Exp $ */
+/*     $NetBSD: msg.mi.en,v 1.62.2.7 2000/09/20 21:50:48 hubertf Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -254,7 +254,7 @@
 {Please enter a name for your NetBSD disk}
 
 message lastchance
-{Ok, we are now ready to install NetBSD on your hard disk.  Nothing has been
+{Ok, we are now ready to install NetBSD on your hard disk (%s).  Nothing has been
 written yet.  This is your last chance to quit this process before anything
 gets changed.  
 



Home | Main Index | Thread Index | Old Index