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.30 (...



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

description:
Pull up revision 1.30 (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.fr |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r f77677dccd79 -r 2f92ab4505a3 distrib/utils/sysinst/arch/i386/menus.md.fr
--- a/distrib/utils/sysinst/arch/i386/menus.md.fr       Mon Jul 29 14:47:35 2002 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.fr       Mon Jul 29 14:47:46 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.fr,v 1.29 2001/11/29 23:20:58 thorpej Exp $   */
+/*     $NetBSD: menus.md.fr,v 1.29.2.1 2002/07/29 14:47:46 lukem Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -181,6 +181,14 @@
        option "Changer f", action { editpart = F;}, sub menu edfspart;
        option "Changer g", action { editpart = G;}, sub menu edfspart;
        option "Changer h", action { editpart = H;}, sub menu edfspart;
+       option "Changer i", action { editpart = I;}, sub menu edfspart;
+       option "Changer j", action { editpart = J;}, sub menu edfspart;
+       option "Changer k", action { editpart = K;}, sub menu edfspart;
+       option "Changer l", action { editpart = L;}, sub menu edfspart;
+       option "Changer m", action { editpart = M;}, sub menu edfspart;
+       option "Changer n", action { editpart = N;}, sub menu edfspart;
+       option "Changer o", action { editpart = O;}, sub menu edfspart;
+       option "Changer p", action { editpart = P;}, sub menu edfspart;
        option "Changer d'unité", action { reask_sizemult(dlcylsize); };
  
 



Home | Main Index | Thread Index | Old Index