Module Name: src Committed By: ahoka Date: Wed Dec 16 16:03:26 UTC 2009
Modified Files: src/distrib/utils/sysinst: menus.mi Log Message: Make SHA1 the first option when selecting cyphers, so one without basic understanding of cryptography won't choose DES as the default on his system. The default option should be the best possible in case the user is unsure. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/distrib/utils/sysinst/menus.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/utils/sysinst/menus.mi diff -u src/distrib/utils/sysinst/menus.mi:1.36 src/distrib/utils/sysinst/menus.mi:1.37 --- src/distrib/utils/sysinst/menus.mi:1.36 Sun Aug 23 21:16:16 2009 +++ src/distrib/utils/sysinst/menus.mi Wed Dec 16 16:03:26 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: menus.mi,v 1.36 2009/08/23 21:16:16 jmcneill Exp $ */ +/* $NetBSD: menus.mi,v 1.37 2009/12/16 16:03:26 ahoka Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -294,10 +294,10 @@ option MSG_Abort_fetch, exit, action { *(int *)arg = SET_RETRY; }; menu crypttype, title MSG_Password_cipher, y=15; + option MSG_SHA1, exit, action { yesno = 4; }; option MSG_DES, exit, action { yesno = 1; }; option MSG_MD5, exit, action { yesno = 2; }; option MSG_Blowfish_2_7_round, exit, action { yesno = 3; }; - option MSG_SHA1, exit, action { yesno = 4; }; option MSG_do_not_change, exit, action { yesno = 0; }; menu fd_type, title MSG_fd_type, y=16;