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/i386 Pull up revision 1.3 (r...



details:   https://anonhg.NetBSD.org/src/rev/5606b595af24
branches:  netbsd-1-6
changeset: 528624:5606b595af24
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 29 14:47:56 2002 +0000

description:
Pull up revision 1.3 (requested by grant in ticket #554):
allow partitions i-p to be modified, from Masanori Kanaoka in
port-i386/17689, with minor changes by me.

diffstat:

 distrib/utils/sysinst/arch/i386/menus.md.pl |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 2f92ab4505a3 -r 5606b595af24 distrib/utils/sysinst/arch/i386/menus.md.pl
--- a/distrib/utils/sysinst/arch/i386/menus.md.pl       Mon Jul 29 14:47:46 2002 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.pl       Mon Jul 29 14:47:56 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.pl,v 1.2 2002/04/09 19:48:07 hubertf Exp $    */
+/*     $NetBSD: menus.md.pl,v 1.2.2.1 2002/07/29 14:47:56 lukem Exp $  */
 /*     Based on english version: */
 /*     NetBSD: menus.md.en,v 1.36 2001/11/29 23:20:58 thorpej Exp      */
 
@@ -211,6 +211,14 @@
        option "Zmien f", action { editpart = F;}, sub menu edfspart;
        option "Zmien g", action { editpart = G;}, sub menu edfspart;
        option "Zmien h", action { editpart = H;}, sub menu edfspart;
+       option "Zmien i", action { editpart = I;}, sub menu edfspart;
+       option "Zmien j", action { editpart = J;}, sub menu edfspart;
+       option "Zmien k", action { editpart = K;}, sub menu edfspart;
+       option "Zmien l", action { editpart = L;}, sub menu edfspart;
+       option "Zmien m", action { editpart = M;}, sub menu edfspart;
+       option "Zmien n", action { editpart = N;}, sub menu edfspart;
+       option "Zmien o", action { editpart = O;}, sub menu edfspart;
+       option "Zmien p", action { editpart = P;}, sub menu edfspart;
        option "Ustaw nowy przydzial rozmiarow", action { reask_sizemult(dlcylsize); };
  
 



Home | Main Index | Thread Index | Old Index