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 Pull up revision 1.54 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/55a2539a85e3
branches:  netbsd-1-6
changeset: 528625:55a2539a85e3
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 29 14:50:22 2002 +0000

description:
Pull up revision 1.54 (requested by grant in ticket #565):
move password cipher menu down to avoid overwriting text.

diffstat:

 distrib/utils/sysinst/menus.mi.en |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5606b595af24 -r 55a2539a85e3 distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Mon Jul 29 14:47:56 2002 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Mon Jul 29 14:50:22 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.en,v 1.51.2.1 2002/06/21 16:03:48 lukem Exp $ */
+/*     $NetBSD: menus.mi.en,v 1.51.2.2 2002/07/29 14:50:22 lukem Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -324,7 +324,7 @@
        option "OK", exit, action { yesno = 1; };
        option "Abort install", exit, action { yesno = 0; };
 
-menu crypttype, title "Password cipher";
+menu crypttype, title "Password cipher", y=16;
        option "DES", exit, action { yesno = 1; };
        option "MD5", exit, action { yesno = 2; };
        option "do not change", exit, action { yesno = 0; };



Home | Main Index | Thread Index | Old Index