Module Name:    src
Committed By:   snj
Date:           Wed Oct 15 21:38:39 UTC 2014

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

Log Message:
Make the option to abort pkgsrc fetching/extraction actually work.
Previously, if the network was not set up and you couldn't fetch
pkgsrc, you'd get stuck here, unable to make it back to the parent
menu.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/usr.sbin/sysinst/menus.mi:1.7
--- src/usr.sbin/sysinst/menus.mi:1.6	Mon Sep 22 19:01:02 2014
+++ src/usr.sbin/sysinst/menus.mi	Wed Oct 15 21:38:39 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: menus.mi,v 1.6 2014/09/22 19:01:02 roy Exp $	*/
+/*	$NetBSD: menus.mi,v 1.7 2014/10/15 21:38:39 snj Exp $	*/
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -613,7 +613,7 @@ menu pkgsrc, y=-4, x=0, w=70, no box, no
 			clean_xfer_dir ? MSG_Yes : MSG_No);},
 		action {process_menu(MENU_yesno, deconst(MSG_delete_xfer_file));
 			clean_xfer_dir = yesno; };
-	option MSG_quit_pkgsrc, exit, action { yesno = 0;};
+	option MSG_quit_pkgsrc, exit, action { yesno = SET_SKIP;};
 
 menu usersh, title MSG_User_shell, no clear;
 	option "/bin/sh",  exit, action { ushell = "/bin/sh";}; 

Reply via email to