Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/utils/sysinst/arch/sparc Pullup rev 1.3 (reques...



details:   https://anonhg.NetBSD.org/src/rev/3831dd7621ed
branches:  netbsd-1-6
changeset: 530155:3831dd7621ed
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Feb 20 06:57:54 2003 +0000

description:
Pullup rev 1.3 (requested by mrg in ticket #1177)
 Fix installation of kernel problems. PR#18502
 Also various small fixes with set selection.

diffstat:

 distrib/utils/sysinst/arch/sparc/menus.md.pl |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3cad54a78663 -r 3831dd7621ed distrib/utils/sysinst/arch/sparc/menus.md.pl
--- a/distrib/utils/sysinst/arch/sparc/menus.md.pl      Thu Feb 20 06:57:41 2003 +0000
+++ b/distrib/utils/sysinst/arch/sparc/menus.md.pl      Thu Feb 20 06:57:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.pl,v 1.2 2002/04/09 19:48:20 hubertf Exp $    */
+/*     $NetBSD: menus.md.pl,v 1.2.2.1 2003/02/20 06:57:54 jmc Exp $    */
 /* Based on english version: */
 /*     NetBSD: menus.md.en,v 1.15 2001/11/29 32:21:02 thorpej Exp */
 
@@ -57,6 +57,7 @@
        option "Zmien h", action { editpart = H;}, sub menu edfspart;
        option "Ustaw nowy przydzial rozmiarow", action { reask_sizemult(dlcylsize); };
  
+/* don't forget to update md.c if these change numbers */
 menu md_distcustom, x=26, y=5, exit, title "Wybierz";
        display action { show_cur_distsets (); };
        option  "Kernel (GENERIC)",              action { toggle_getit (0); };



Home | Main Index | Thread Index | Old Index