Module Name:    src
Committed By:   martin
Date:           Sat May  9 12:55:06 UTC 2015

Modified Files:
        src/usr.sbin/sysinst: menus.mi

Log Message:
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.7 -r1.8 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.7 src/usr.sbin/sysinst/menus.mi:1.8
--- src/usr.sbin/sysinst/menus.mi:1.7	Wed Oct 15 21:38:39 2014
+++ src/usr.sbin/sysinst/menus.mi	Sat May  9 12:55:06 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: menus.mi,v 1.7 2014/10/15 21:38:39 snj Exp $	*/
+/*	$NetBSD: menus.mi,v 1.8 2015/05/09 12:55:06 martin 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