Module Name:    src
Committed By:   msaitoh
Date:           Sat May  9 13:52:37 UTC 2015

Modified Files:
        src/usr.sbin/sysinst [netbsd-7]: menus.mi

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4.4.1 -r1.4.4.2 src/usr.sbin/sysinst/menus.mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/menus.mi
diff -u src/usr.sbin/sysinst/menus.mi:1.4.4.1 src/usr.sbin/sysinst/menus.mi:1.4.4.2
--- src/usr.sbin/sysinst/menus.mi:1.4.4.1	Sun Oct 19 09:14:51 2014
+++ src/usr.sbin/sysinst/menus.mi	Sat May  9 13:52:37 2015
@@ -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 @@ menu ftpsource, y=-4, x=0, w=70, no box,
 			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,

Reply via email to