From nobody@FreeBSD.org  Tue Dec 18 10:44:51 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 2C0F337B405
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 18 Dec 2001 10:44:51 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id fBIIip538864;
	Tue, 18 Dec 2001 10:44:51 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200112181844.fBIIip538864@freefall.freebsd.org>
Date: Tue, 18 Dec 2001 10:44:51 -0800 (PST)
From: Michel Oosterhof <m.oosterhof@xs4all.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: manpages are not installed for k5admin and k5admind
X-Send-Pr-Version: www-1.0
X-GNATS-Notify: ru

>Number:         32979
>Category:       docs
>Synopsis:       manpages are not installed for k5admin and k5admind
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hmp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 18 10:50:01 PST 2001
>Closed-Date:    Sat Sep 17 13:52:58 GMT 2005
>Last-Modified:  Sat Sep 17 13:52:58 GMT 2005
>Originator:     Michel Oosterhof
>Release:        4.4-STABLE
>Organization:
>Environment:
FreeBSD router 4.4-STABLE FreeBSD 4.4-STABLE #1: Sun Dec  2 14:17:46 CET 2001     root@router:/usr/obj/usr/src/sys/ROUTER  i386

>Description:
Manpages are available for k5admin & k5admind in /usr/src/crypto/heimdal,
but they are not installed.
>How-To-Repeat:
n/a      
>Fix:
Install k5admin.5 and k5admind.8 from /usr/src/kerberos5/usr.bin/k5admin 
and /usr/src/kerberos5/usr.sbin/k5admind. This can be done analogous
to the other tools that do have manpages, k5init, k5destroy, k5list,etc.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->assar 
Responsible-Changed-By: ru 
Responsible-Changed-When: Wed Dec 19 08:46:38 PST 2001 
Responsible-Changed-Why:  
Assar, could you please look into this? 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32979 
Responsible-Changed-From-To: assar->hmp 
Responsible-Changed-By: hmp 
Responsible-Changed-When: Sat May 17 17:36:13 PDT 2003 
Responsible-Changed-Why:  
I will take care of this in the near future. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=32979 

From: Hiten Pandya <hmp@FreeBSD.ORG>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: re: docs/32979 (manpages are not installed for k5admin and k5admind)
Date: Sat, 17 May 2003 17:27:32 -0700

 OK, support for Kerberos4 has been removed from the latest version of
 FreeBSD, which means that k5admin and k5admind should now be kadmin(8)
 and kadmind(8), so here is a patch which will solve this issue:
 
 Index: kerberos5/libexec/kadmind/Makefile
 ===================================================================
 RCS file: /home/ncvs/src/kerberos5/libexec/kadmind/Makefile,v
 retrieving revision 1.11
 diff -u -r1.11 Makefile
 --- kerberos5/libexec/kadmind/Makefile	2003/03/09 21:56:52	1.11
 +++ kerberos5/libexec/kadmind/Makefile	2003/05/18 00:18:26
 @@ -23,7 +23,7 @@
  DPADD=		${LIBKRB5} ${LIBKAFS5} ${LIBROKEN} \
  		${LIBKADM5CLNT} ${LIBKADM5SRV} ${LIBHDB} \
  		${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}
 -NOMAN=		yes
 +NOMAN=		kadmind.8
  
  .include <bsd.prog.mk>
 
 If I get sufficient approval, I will commit this and close the PR,
 unless there are any objections.
 
 Cheers.
 
 	-- Hiten (hmp@FreeBSD.ORG)
State-Changed-From-To: open->closed 
State-Changed-By: rodrigc 
State-Changed-When: Sat Sep 17 13:52:34 GMT 2005 
State-Changed-Why:  
k5admin has been renamed to kadmin, and a man page for kadmin is installed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=32979 
>Unformatted:
