summaryrefslogtreecommitdiffstats
path: root/share/examples/etc
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-05-05 07:58:44 +0000
committermarkm <markm@FreeBSD.org>2003-05-05 07:58:44 +0000
commitee63e7dc15cc9a4f4ef4c40ed7ae743aa0706003 (patch)
tree56d309156db9452465ff78724b6b4c3a6e0cbcba /share/examples/etc
parenta7d933895cee5d8535b76f436f05f14decfd5967 (diff)
downloadFreeBSD-src-ee63e7dc15cc9a4f4ef4c40ed7ae743aa0706003.zip
FreeBSD-src-ee63e7dc15cc9a4f4ef4c40ed7ae743aa0706003.tar.gz
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
Diffstat (limited to 'share/examples/etc')
-rw-r--r--share/examples/etc/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index c441314..80795c8 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -202,9 +202,9 @@
#
#
# Kerberos 5
-# If you want Kerberos 5 (KTH Heimdal), define this:
+# If you do not want Kerberos 5 (KTH Heimdal), define this:
#
-#MAKE_KERBEROS5= yes
+#NO_KERBEROS= yes
#
# Kerberos 5 su (k5su)
# If you want to use the k5su utility, define this to have it installed
OpenPOWER on IntegriCloud