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/5941f570e6e9
branches:  netbsd-7
changeset: 798446:5941f570e6e9
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Oct 19 09:14:51 2014 +0000

description:
Pull up following revision(s) (requested by snj in ticket #149):
        usr.sbin/sysinst/menus.mi: revision 1.7
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.

diffstat:

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

diffs (18 lines):

diff -r 1c8aa4956b88 -r 5941f570e6e9 usr.sbin/sysinst/menus.mi
--- a/usr.sbin/sysinst/menus.mi Sun Oct 19 09:12:58 2014 +0000
+++ b/usr.sbin/sysinst/menus.mi Sun Oct 19 09:14:51 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi,v 1.4 2014/08/06 10:03:49 martin Exp $        */
+/*     $NetBSD: menus.mi,v 1.4.4.1 2014/10/19 09:14:51 martin Exp $    */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -593,7 +593,7 @@
                        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";}; 



Home | Main Index | Thread Index | Old Index