summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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 /usr.sbin
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 'usr.sbin')
-rw-r--r--usr.sbin/sade/install.c14
-rw-r--r--usr.sbin/sysinstall/install.c14
2 files changed, 20 insertions, 8 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 6e12945..42e8fcb 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/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.");
}
}
}
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 6e12945..42e8fcb 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/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