diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-07-24 18:00:16 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-07-24 18:00:16 +0000 |
| commit | cf07fd263aa55b9e865f23fe9201f8afcb809b86 (patch) | |
| tree | 4bc3d10ac5ab424782d2f9db13424e2610027378 /usr.sbin/sysinstall/dist.c | |
| parent | 6d57c73f9c8a5ee189eade9f0bdc478f6f5546e8 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index ed54c2bdf44c..cae87cb9401a 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -391,21 +391,14 @@ distMaybeSetCRYPTO(dialogMenuItem *self) "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")) { + "implementation of the RSA algorithm, which is patented in the U.S.\n" + "If you are in the USA, use crypto + the rsaref port/package\n.")) { if (!dmenuOpenSimple(&MenuCRYPTODistributions, FALSE)) i = DITEM_FAILURE; } dialog_clear_norefresh(); - USAResident = !msgYesNo("Are you actually resident in the United States?"); - distVerifyFlags(); return i | DITEM_REDRAW | DITEM_RESTORE; } |
