diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-07-20 01:53:39 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-07-20 01:53:39 +0000 |
| commit | 42aab7dff35501889563220addfd2e350b095a79 (patch) | |
| tree | 3f94ca844585916350b54da7340a7a21856c81a8 | |
| parent | 78f8d0eee37975cb94d01d967352da1d765c8890 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/dist.c | 22 | ||||
| -rw-r--r-- | release/sysinstall/menus.c | 4 |
2 files changed, 13 insertions, 13 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 6fa0d35f9bde..ed54c2bdf44c 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -388,15 +388,17 @@ distMaybeSetCRYPTO(dialogMenuItem *self) dialog_clear_norefresh(); if (!msgYesNo("Do you wish to install cryptographic software?\n\n" - "If you choose No, FreeBSD will use an MD5 based password scheme which,\n" - "while perhaps more secure, is not interoperable with the traditional\n" - "DES-based passwords on other Unix systems. There will also be some\n" - "differences in the type of RSA code you use.\n\n" - "Please do NOT choose Yes at this point if you are outside the\n" - "United States and Canada and are installing from a U.S. FTP server.\n" - "Instead, install everything but the crypto bits from the U.S. site\n" - "and then switch to an international FTP server to install crypto on\n" - "a second pass with the Custom Installation option.")) { + "If you choose No, FreeBSD will use an MD5-based password scheme which,\n" + "while more secure, is not interoperable with the traditional\n" + "DES-based passwords used on other Unix systems.\n\n" + "Please do NOT choose Yes at this point if you are outside the United\n" + "States and Canada and are installing from a U.S. FTP server (installing\n" + "from the CD is fine). Instead, install everything but the crypto bits\n" + "from the U.S. site and then switch to an international FTP server to\n" + "install crypto on a second pass with the Custom Installation option.\n\n" + "Note that the international crypto distribution has a better\n" + "implementation of the RSA algorithm, which cannot be used in the U.S.\n" + "for patent reasons.\n")) { if (!dmenuOpenSimple(&MenuCRYPTODistributions, FALSE)) i = DITEM_FAILURE; } @@ -413,7 +415,7 @@ distMaybeSetPorts(dialogMenuItem *self) { dialog_clear_norefresh(); if (!msgYesNo("Would you like to install the FreeBSD ports collection?\n\n" - "This will give you ready access to over 3000 ported software packages,\n" + "This will give you ready access to over 3600 ported software packages,\n" "at a cost of around 70MB of disk space when \"clean\" and possibly\n" "much more than that when a lot of the distribution tarballs are loaded\n" "(unless you have the extra CDs available from a FreeBSD CDROM distribution\n" diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 7d637aa2d8a8..032d77d72d71 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -822,9 +822,7 @@ DMenu MenuSubDistributions = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, "Select the distributions you wish to install.", "Please check off the distributions you wish to install. At the\n" - "very minimum, this should be \"bin\". WARNING: Do not export the\n" - "Encryption distribution out of the U.S.!\n" - "It is for U.S. customers only.", + "very minimum, this should be \"bin\".", NULL, NULL, { { "X Exit", "Exit this menu (returning to previous)", |
