Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec don't build kfd; there are security issues with heim...



details:   https://anonhg.NetBSD.org/src/rev/bdfc84853916
branches:  trunk
changeset: 536189:bdfc84853916
user:      joda <joda%NetBSD.org@localhost>
date:      Tue Sep 10 22:17:04 2002 +0000

description:
don't build kfd; there are security issues with heimdal 0.4e, and we
don't actually need it

diffstat:

 libexec/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 80e87d8f100d -r bdfc84853916 libexec/Makefile
--- a/libexec/Makefile  Tue Sep 10 22:16:22 2002 +0000
+++ b/libexec/Makefile  Tue Sep 10 22:17:04 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.42 2002/07/28 22:38:50 christos Exp $
+#      $NetBSD: Makefile,v 1.43 2002/09/10 22:17:04 joda Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/4/93
 
 .include <bsd.own.mk>
@@ -10,7 +10,7 @@
 
 .if (${MKKERBEROS} != "no")
 # Heimdal/KTH Kerberos
-SUBDIR+= hpropd kadmind kfd kpasswdd
+SUBDIR+= hpropd kadmind kpasswdd
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index