summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-10-04 09:01:20 +0000
committerjkh <jkh@FreeBSD.org>1997-10-04 09:01:20 +0000
commitbc9a3278f32419640b671504adab19b93068dc0b (patch)
tree3d0dd4b1866bdfd06aa5d06eaf1f75519caf6fb4 /release/sysinstall/dist.c
parentad8f729f9f1fcc175641125a5cf0533ccd656873 (diff)
downloadFreeBSD-src-bc9a3278f32419640b671504adab19b93068dc0b.zip
FreeBSD-src-bc9a3278f32419640b671504adab19b93068dc0b.tar.gz
Un-nuke krb and do what I *meant* to do, darn it.
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index ee82106..16b7065 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.116 1997/09/18 17:54:36 jkh Exp $
+ * $Id: dist.c,v 1.117 1997/10/04 08:58:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -91,9 +91,10 @@ static Distribution DistTable[] = {
/* The DES distribution (not for export!) */
static Distribution DESDistTable[] = {
{ "des", "/", &DESDists, DIST_DES_DES, NULL },
-{ "kerbero", "/", &DESDists, DIST_DES_KERBEROS, NULL },
+{ "krb", "/", &DESDists, DIST_DES_KERBEROS, NULL },
{ "ssecure", "/usr/src", &DESDists, DIST_DES_SSECURE, NULL },
{ "scrypto", "/usr/src", &DESDists, DIST_DES_SCRYPTO, NULL },
+{ "skerbero", "/usr/src", &DESDists, DIST_DES_SKERBEROS, NULL },
{ NULL },
};
OpenPOWER on IntegriCloud