aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-13 13:45:16 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-13 13:45:16 +0000
commit6104d72491cd4712a1c153c4fdbb6ad3c68c36e2 (patch)
tree4a3fb4e2cebafc6592e04f034160083bdd42b22d /release/sysinstall/dist.c
parent1e104a1ec998bcd02194fd0288da42a206b92428 (diff)
downloadsrc-6104d72491cd4712a1c153c4fdbb6ad3c68c36e2.tar.gz
src-6104d72491cd4712a1c153c4fdbb6ad3c68c36e2.zip
Correct some embarassing 3am english.
Notes
Notes: svn path=/head/; revision=16347
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index c17b51693bd0..04d98eb40756 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.57 1996/06/12 07:03:44 jkh Exp $
+ * $Id: dist.c,v 1.58 1996/06/12 14:02:03 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -266,16 +266,16 @@ distMaybeSetDES(dialogMenuItem *self)
dialog_clear();
if (!msgYesNo("Do wish to install DES cryptographic software?\n\n"
- "FreeBSD will otherwise use an MD5 based password scheme which,\n"
- "while perhaps more secure, is not inter-operable with traditional\n"
- "UNIX password file formats.\n\n"
+ "If you choose No, FreeBSD will use an MD5 based password scheme which,\n"
+ "while perhaps more secure, is not interoperable with the traditional\n"
+ "UNIX DES passwords on other non-FreeBSD systems.\n\n"
"Please do NOT choose Yes at this point if you are outside the\n"
- "United States and Canada yet are installing from a U.S. FTP server\n"
- "as this will violate U.S. export restrictions and possibly get the\n"
- "server site into trouble. In such cases, install everything but DES\n"
- "software from the U.S. server then change your media type to point to\n"
- "an international FTP server, then using the Custom menu to selected and\n"
- "extract the DES distribution(s) in a second pass.")) {
+ "United States and Canada yet are installing from a U.S. FTP server.\n"
+ "This will violate U.S. export restrictions and possibly get the\n"
+ "server site into trouble! In such cases, install everything but the\n"
+ "DES distribution from the U.S. server then switch your media type to\n"
+ "point to an international FTP server, using the Custom installation\n"
+ "option to select and extract the DES distribution in a second pass.")) {
if (dmenuOpenSimple(&MenuDESDistributions)) {
if (DESDists) {
if (DESDists & DIST_DES_KERBEROS)