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
This is a multi-part message in MIME format. --------------090907020603020108020106 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit FreeBSD 5.2 does not include program /usr/libexec/hprop and manual page kadmind.8. Could someone view the following patches ? Thanks a lot! --------------090907020603020108020106 Content-Type: text/plain; name="hprop-lib.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="hprop-lib.diff" --- 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 --------------090907020603020108020106 Content-Type: text/plain; name="hprop.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="hprop.diff" --- 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> --------------090907020603020108020106 Content-Type: text/plain; name="kadmind8.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="kadmind8.diff" --- 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> --------------090907020603020108020106--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401A2FDD.2020709>