diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 87ecabd0a865..ee821062b24c 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 }, }; diff --git a/release/sysinstall/dist.h b/release/sysinstall/dist.h index 95e2d2be1051..470c09501549 100644 --- a/release/sysinstall/dist.h +++ b/release/sysinstall/dist.h @@ -33,7 +33,7 @@ /* Subtypes for DES distribution */ #define DIST_DES_DES 0x0001 -#define DIST_DES_SEBONES 0x0002 +#define DIST_DES_SCRYPTO 0x0002 #define DIST_DES_SSECURE 0x0004 #define DIST_DES_KERBEROS 0x0008 diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 87ecabd0a865..ee821062b24c 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/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 }, }; diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h index 95e2d2be1051..470c09501549 100644 --- a/usr.sbin/sysinstall/dist.h +++ b/usr.sbin/sysinstall/dist.h @@ -33,7 +33,7 @@ /* Subtypes for DES distribution */ #define DIST_DES_DES 0x0001 -#define DIST_DES_SEBONES 0x0002 +#define DIST_DES_SCRYPTO 0x0002 #define DIST_DES_SSECURE 0x0004 #define DIST_DES_KERBEROS 0x0008