summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-03-08 14:54:19 +0000
committerjkh <jkh@FreeBSD.org>2000-03-08 14:54:19 +0000
commit2b9053fee2640b7d0f96ff2a87e36fa2d62c91b8 (patch)
tree58a4ef2cec18bb64858f0db4f591163bbadfc900 /usr.sbin/sysinstall/dist.c
parent8f2020240d267e320d0544bbf4b5527725d811a5 (diff)
downloadFreeBSD-src-2b9053fee2640b7d0f96ff2a87e36fa2d62c91b8.zip
FreeBSD-src-2b9053fee2640b7d0f96ff2a87e36fa2d62c91b8.tar.gz
Fix inexplicable crypto->des reversion.
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index 16a6699..040cc89 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -72,7 +72,7 @@ static Distribution DistTable[] = {
{ "dict", "/", &Dists, DIST_DICT, NULL },
{ "info", "/", &Dists, DIST_INFO, NULL },
{ "src", "/", &Dists, DIST_SRC, SrcDistTable },
-{ "des", "/", &Dists, DIST_CRYPTO, CRYPTODistTable },
+{ "crypto", "/", &Dists, DIST_CRYPTO, CRYPTODistTable },
#ifdef __i386__
{ "compat1x", "/", &Dists, DIST_COMPAT1X, NULL },
{ "compat20", "/", &Dists, DIST_COMPAT20, NULL },
OpenPOWER on IntegriCloud