summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-03-18 07:20:50 +0000
committerjkh <jkh@FreeBSD.org>2000-03-18 07:20:50 +0000
commit959970ff2cdce28df9dc609d1bbb0d656512d33c (patch)
treee6e6a4a7b7b4def9934e34dd3832e4fe9b535dac /release/sysinstall
parentde58d3e7498ec74adb82859aa7b748b75a46a8bf (diff)
downloadFreeBSD-src-959970ff2cdce28df9dc609d1bbb0d656512d33c.zip
FreeBSD-src-959970ff2cdce28df9dc609d1bbb0d656512d33c.tar.gz
Make the "can't find an rsafoo package" messages more informative.
Diffstat (limited to 'release/sysinstall')
-rw-r--r--release/sysinstall/install.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 6e12945..42e8fcb 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -574,8 +574,11 @@ nodisks:
dialog_clear();
if (DITEM_STATUS(package_add("rsaref")) != DITEM_SUCCESS) {
msgConfirm("Unable to find an rsaref package on the current intallation media.\n"
- "You may wish to switch media types and try again, perhaps\n"
- "from an FTP server which carries this package.");
+ "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();
}
@@ -586,8 +589,11 @@ nodisks:
"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"
- "You may wish to switch media types and try again, perhaps\n"
- "from an FTP server which carries this package.");
+ "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.");
}
}
}
OpenPOWER on IntegriCloud