From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 02:21:18 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E575716A4CE for ; Fri, 30 Jan 2004 02:21:18 -0800 (PST) Received: from mandy.mts.ru (mandy.mts.ru [81.211.47.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C53543D2D for ; Fri, 30 Jan 2004 02:21:16 -0800 (PST) (envelope-from tiamat@komi.mts.ru) Received: from maeko.inside.mts.ru (maeko [192.168.10.3]) by mandy.mts.ru with SMTP id i0UALEZ06053 for ; Fri, 30 Jan 2004 13:21:14 +0300 (MSK) Received: from stella.komi.mts.ru ([10.50.1.1]) by maeko.inside.mts.ru (NAVGW 2.5.2.12) with SMTP id M2004013013211229061 for ; Fri, 30 Jan 2004 13:21:12 +0300 Received: from komi.mts.ru (nb-dav.komi.mts.ru [10.50.1.185]) (user=tiamat mech=CRAM-MD5 bits=0) by stella.komi.mts.ru (MTS Komi/Smtp) with ESMTP id i0UALCJ8067105 for ; Fri, 30 Jan 2004 13:21:12 +0300 (MSK) (envelope-from tiamat@komi.mts.ru) Message-ID: <401A2FDD.2020709@komi.mts.ru> Date: Fri, 30 Jan 2004 13:20:13 +0300 From: Alex Deiter Organization: MTS Komi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.5) Gecko/20031006 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: current@freebsd.org Content-Type: multipart/mixed; boundary="------------090907020603020108020106" Subject: PATCH: missed kerberos5 program /usr/libexec/hprop and man page kadmind.8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 10:21:19 -0000 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 --------------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 --------------090907020603020108020106--