[BACK]Return to menus.mi CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/utils/sysinst/Attic/menus.mi between version 1.30 and 1.30.8.1

version 1.30, 2006/09/29 19:41:07 version 1.30.8.1, 2008/03/23 00:21:03
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      menus.mi,v 1.30 2006/09/29 19:41:07 dsl Exp     */
   
 /*-  /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.   * Copyright (c) 2003 The NetBSD Foundation, Inc.
Line 300  menu fdok, title MSG_What_do_you_want_to
Line 300  menu fdok, title MSG_What_do_you_want_to
         option MSG_Set_finished, exit, action { *(int *)arg = SET_OK; };          option MSG_Set_finished, exit, action { *(int *)arg = SET_OK; };
         option MSG_Abort_fetch, exit, action { *(int *)arg = SET_RETRY; };          option MSG_Abort_fetch, exit, action { *(int *)arg = SET_RETRY; };
   
 menu crypttype, title MSG_Password_cipher, y=16;  menu crypttype, title MSG_Password_cipher, y=15;
         option MSG_DES, exit, action { yesno = 1; };          option MSG_DES, exit, action { yesno = 1; };
         option MSG_MD5, exit, action { yesno = 2; };          option MSG_MD5, exit, action { yesno = 2; };
         option MSG_Blowfish_2_7_round, exit, action { yesno = 3; };          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; };          option MSG_do_not_change, exit, action { yesno = 0; };
   
 menu fd_type, title MSG_fd_type, y=16;  menu fd_type, title MSG_fd_type, y=16;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.30.8.1

CVSweb <webmaster@jp.NetBSD.org>