summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-10-04 08:58:16 +0000
committerjkh <jkh@FreeBSD.org>1997-10-04 08:58:16 +0000
commitad8f729f9f1fcc175641125a5cf0533ccd656873 (patch)
treeee132c0395c1372c07caa7a759d579e595ccb25d /release/sysinstall/dist.c
parenta5f7f5cc1ffa7028df098e6ec8e0e3114a7510ae (diff)
downloadFreeBSD-src-ad8f729f9f1fcc175641125a5cf0533ccd656873.zip
FreeBSD-src-ad8f729f9f1fcc175641125a5cf0533ccd656873.tar.gz
Adapt for new crypto source layout.
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 87ecabd..ee82106 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.115 1997/09/18 16:19:17 jkh Exp $
+ * $Id: dist.c,v 1.116 1997/09/18 17:54:36 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -91,9 +91,9 @@ static Distribution DistTable[] = {
/* The DES distribution (not for export!) */
static Distribution DESDistTable[] = {
{ "des", "/", &DESDists, DIST_DES_DES, NULL },
-{ "krb", "/", &DESDists, DIST_DES_KERBEROS, NULL },
+{ "kerbero", "/", &DESDists, DIST_DES_KERBEROS, NULL },
{ "ssecure", "/usr/src", &DESDists, DIST_DES_SSECURE, NULL },
-{ "sebones", "/usr/src", &DESDists, DIST_DES_SEBONES, NULL },
+{ "scrypto", "/usr/src", &DESDists, DIST_DES_SCRYPTO, NULL },
{ NULL },
};
OpenPOWER on IntegriCloud