aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-03-08 14:54:19 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-03-08 14:54:19 +0000
commit68a69aba617db24f063b7ed1a31d1c71b7a4e1ad (patch)
tree2b1cd7a4c51344d40cc4d4b752fd21c5b2701d0c /release
parent976e0e0dd092e6492e347f88e6255032bafe83e7 (diff)
downloadsrc-68a69aba617db24f063b7ed1a31d1c71b7a4e1ad.tar.gz
src-68a69aba617db24f063b7ed1a31d1c71b7a4e1ad.zip
Fix inexplicable crypto->des reversion.
Notes
Notes: svn path=/head/; revision=57826
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 16a6699a94a1..040cc89e1dc1 100644
--- a/release/sysinstall/dist.c
+++ b/release/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 },