Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst move password cipher menu down to avoi...
details: https://anonhg.NetBSD.org/src/rev/7d1530f56df8
branches: trunk
changeset: 534463:7d1530f56df8
user: grant <grant%NetBSD.org@localhost>
date: Sat Jul 27 10:02:05 2002 +0000
description:
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 350a116c8b83 -r 7d1530f56df8 distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Sat Jul 27 01:02:26 2002 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Sat Jul 27 10:02:05 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.mi.en,v 1.53 2002/06/02 14:12:54 itojun Exp $ */
+/* $NetBSD: menus.mi.en,v 1.54 2002/07/27 10:02:05 grant 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 "Blowfish 2^7 round", exit, action { yesno = 3; };
Home |
Main Index |
Thread Index |
Old Index