summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-07-24 18:00:16 +0000
committerjkh <jkh@FreeBSD.org>2000-07-24 18:00:16 +0000
commit534da91803b1bb348372556907fe53d3619da136 (patch)
treeab563ba68f1ccae5fc8117e73c5105acaeadd9d4 /usr.sbin/sysinstall/dist.c
parent51ba95b82b01735087de53b8ade822544061b96d (diff)
downloadFreeBSD-src-534da91803b1bb348372556907fe53d3619da136.zip
FreeBSD-src-534da91803b1bb348372556907fe53d3619da136.tar.gz
Terminate, with extreme prejudice, the USAResident hack which
does bad things to /etc/make.conf in certain situations. Also soften the "don't install crypto from the USA!" messages since, except for RSA (which is still noted), that's not so true anymore.
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index ed54c2b..cae87cb 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;
}
OpenPOWER on IntegriCloud