Source-Changes-HG archive

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

[src/netbsd-7]: src/usr.sbin/sysinst Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/7328eff609ee
branches:  netbsd-7
changeset: 799296:7328eff609ee
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sat May 09 13:52:37 2015 +0000

description:
Pull up following revision(s) (requested by martin in ticket #745):
        usr.sbin/sysinst/menus.mi: revision 1.8
When exiting from the "ftpsource" menu, explicitly set yesno to -1 (again),
to avoid a retry loop because a submenu action has changed this global.
Fixes PR 49440.

diffstat:

 usr.sbin/sysinst/menus.mi |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 927c6c7b7b56 -r 7328eff609ee usr.sbin/sysinst/menus.mi
--- a/usr.sbin/sysinst/menus.mi Sat May 09 13:50:15 2015 +0000
+++ b/usr.sbin/sysinst/menus.mi Sat May 09 13:52:37 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi,v 1.4.4.1 2014/10/19 09:14:51 martin Exp $    */
+/*     $NetBSD: menus.mi,v 1.4.4.2 2015/05/09 13:52:37 msaitoh Exp $   */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -391,6 +391,7 @@
                        config_network();
                };
        option MSG_exit_menu_generic, exit, action { yesno = SET_RETRY; };
+       exit action { yesno = -1; };
 
 
 menu nfssource, y=-4, x=0, w=70, no box, no clear,



Home | Main Index | Thread Index | Old Index