From 959970ff2cdce28df9dc609d1bbb0d656512d33c Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 18 Mar 2000 07:20:50 +0000 Subject: Make the "can't find an rsafoo package" messages more informative. --- usr.sbin/sade/install.c | 14 ++++++++++---- usr.sbin/sysinstall/install.c | 14 ++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) (limited to 'usr.sbin') 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."); } } } -- cgit v1.1