From e629b376037f3ea6c6c000e8c0767496ab0778d0 Mon Sep 17 00:00:00 2001 From: cperciva Date: Fri, 6 Aug 2004 07:27:08 +0000 Subject: Join the 21st century: Cryptography is no longer an optional component of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004 --- usr.sbin/sysinstall/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/install.c') diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 7166eb9..7365c57 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -786,7 +786,7 @@ installCustomCommit(dialogMenuItem *self) * installation but come back here again to load more distributions, * perhaps from a different media type. This would allow, for * example, the user to load the majority of the system from CDROM and - * then use ftp to load just the CRYPTO dist. + * then use ftp to load a different dist. */ int installCommit(dialogMenuItem *self) -- cgit v1.1