summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-10-24 20:55:15 +0000
committerjhb <jhb@FreeBSD.org>2003-10-24 20:55:15 +0000
commit4d869251ec15990a3a10dd5d892fccd49932d95c (patch)
tree0e89858265d6b14680891742261572ec007cb04a /usr.sbin
parent19c7c976c8dcbe97685d3f489b0d100292f86be0 (diff)
downloadFreeBSD-src-4d869251ec15990a3a10dd5d892fccd49932d95c.zip
FreeBSD-src-4d869251ec15990a3a10dd5d892fccd49932d95c.tar.gz
- Renumber the skerberos4 dist to fill in the gaps left when krb4 was axed.
- Update the DIST_CRYPTO_ALL value to match reality.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/dist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h
index e41e938..13265f5 100644
--- a/usr.sbin/sysinstall/dist.h
+++ b/usr.sbin/sysinstall/dist.h
@@ -34,8 +34,8 @@
#define DIST_CRYPTO_CRYPTO 0x0001
#define DIST_CRYPTO_SCRYPTO 0x0002
#define DIST_CRYPTO_SSECURE 0x0004
-#define DIST_CRYPTO_SKERBEROS5 0x0040
-#define DIST_CRYPTO_ALL 0x007F
+#define DIST_CRYPTO_SKERBEROS5 0x0008
+#define DIST_CRYPTO_ALL 0x000F
/* Subtypes for SRC distribution */
#define DIST_SRC_BASE 0x00001
OpenPOWER on IntegriCloud