Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 13:20:13 +0300
From:      Alex Deiter <tiamat@komi.mts.ru>
To:        current@freebsd.org
Subject:   PATCH: missed kerberos5 program /usr/libexec/hprop and man page kadmind.8
Message-ID:  <401A2FDD.2020709@komi.mts.ru>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
FreeBSD 5.2 does not include program /usr/libexec/hprop and manual page 
kadmind.8.
Could someone view the following patches ?

Thanks a lot!


[-- Attachment #2 --]
--- kerberos5/libexec/hprop/Makefile.orig	Fri Jan 30 13:02:24 2004
+++ kerberos5/libexec/hprop/Makefile	Fri Jan 30 13:03:01 2004
@@ -22,10 +22,10 @@
 	-I${.OBJDIR}
 
 LDADD=	-lkrb5 -lkafs5 -lhdb -lroken ${LIBVERS} \
-	-lasn1 -lcrypto -lcrypt -lcom_err
+	-lasn1 -lcrypto -lcrypt -lcom_err ${LDAPLDADD}
 
 DPADD=	${LIBKRB5} ${LIBKAFS5} ${LIBHDB} ${LIBROKEN} ${LIBVERS} \
-	${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}
+	${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPLIBS}
 
 MAN=	hprop.8
 

[-- Attachment #3 --]
--- kerberos5/libexec/Makefile.orig	Fri Jan 30 12:59:54 2004
+++ kerberos5/libexec/Makefile	Fri Jan 30 13:00:28 2004
@@ -1,5 +1,5 @@
 # $FreeBSD: src/kerberos5/libexec/Makefile,v 1.5 2003/07/16 20:59:13 markm Exp $
 
-SUBDIR=	ipropd-master ipropd-slave hpropd kadmind kdc kpasswdd
+SUBDIR=	ipropd-master ipropd-slave hprop hpropd kadmind kdc kpasswdd
 
 .include <bsd.subdir.mk>

[-- Attachment #4 --]
--- kerberos5/libexec/kadmind/Makefile.orig	Fri Jan 30 12:55:13 2004
+++ kerberos5/libexec/kadmind/Makefile	Fri Jan 30 12:56:45 2004
@@ -28,7 +28,7 @@
 DPADD=	${LIBKRB5} ${LIBROKEN} ${LIBVERS} ${LIBKADM5SRV} ${LIBHDB} \
 	${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR} ${LDAPLIBS}
 
-NOMAN=	yes
+MAN=	kadmind.8
 
 .include <bsd.prog.mk>
 

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401A2FDD.2020709>