summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.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/install.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/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c38
1 files changed, 0 insertions, 38 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 7c43f65..888151f 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -584,43 +584,6 @@ nodisks:
(void)configLinux(self);
#endif
-#ifdef notyet
- dialog_clear();
- if (USAResident) {
- if (!msgYesNo("I see that you are \"USA_RESIDENT\" according to your earlier\n"
- "response to the CRYPTO distribution dialog. Do you want to try and\n"
- "load the rsaref package from the current media? Some restrictions on\n"
- "usage may apply, so be sure to read the package installation output!")) {
- dialog_clear();
- _interactiveHack = 1;
- if (DITEM_STATUS(package_add("rsaref")) != DITEM_SUCCESS) {
- msgConfirm("Unable to find an rsaref package on the current intallation media.\n"
- "This is probably because you are installing from a CDROM which\n"
- "was produced for world-wide use, in which case the RSA patent\n"
- "prevents distribution of RSA code on CD. Please change your\n"
- "media device to point to an International FTP server and install\n"
- "the rsaref package manually through the Packages menu.");
- }
- dialog_clear();
- _interactiveHack = 0;
- }
- }
- else {
- if (!msgYesNo("I see that you are not \"USA_RESIDENT\" according to your earlier\n"
- "response to the CRYPTO distribution dialog. Do you want to try and\n"
- "load the rsaintl package from the current media?")) {
- if (DITEM_STATUS(package_add("rsaintl")) != DITEM_SUCCESS) {
- msgConfirm("Unable to find an rsaintl package on the current intallation media.\n"
- "This is probably because you are installing from a CDROM which\n"
- "was produced for use in the USA, in which case the RSA patent\n"
- "prevents distribution of RSA code on CD. Please change your\n"
- "media device to point to an International FTP server and install\n"
- "the rsaintl package manually through the Packages menu.");
- }
- }
- }
-#endif /* notyet */
-
dialog_clear_norefresh();
if (!msgYesNo("Does this system have a non-USB mouse attached to it?"))
dmenuOpenSimple(&MenuMouse, FALSE);
@@ -1119,7 +1082,6 @@ installEnvironment(void)
configEnvironmentRC_conf();
if (file_readable("/etc/resolv.conf"))
configEnvironmentResolv("/etc/resolv.conf");
- configMake_conf("/etc/make.conf");
}
/* Copy the boot floppy contents into /stand */
OpenPOWER on IntegriCloud