Source-Changes-HG archive

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

[src/netbsd-1-6]: src/libexec Pull up revision 1.43 (requested by joda in tic...



details:   https://anonhg.NetBSD.org/src/rev/f6193a1d6f05
branches:  netbsd-1-6
changeset: 529078:f6193a1d6f05
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Sep 17 13:31:43 2002 +0000

description:
Pull up revision 1.43 (requested by joda in ticket #782):
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 c48122b1a603 -r f6193a1d6f05 libexec/Makefile
--- a/libexec/Makefile  Tue Sep 17 13:30:50 2002 +0000
+++ b/libexec/Makefile  Tue Sep 17 13:31:43 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.41 2002/03/22 18:10:21 thorpej Exp $
+#      $NetBSD: Makefile,v 1.41.2.1 2002/09/17 13:31:43 lukem 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