Bug 46195

Summary: man page kadmind(8) not found at www.FreeBSD.ORG
Product: Documentation Reporter: Sebastien Gioria <gioria>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sebastien Gioria freebsd_committer freebsd_triage 2002-12-11 17:50:01 UTC
	Man page for kadmind at http://www.freebsd.org/cgi/man.cgi?query=kadmind&apropos=0&sektion=8&manpath=FreeBSD+4.7-stable&format=html not found

How-To-Repeat: 	man page kadmind(8) is found on a 4.7-STABLE box but not in the web site.
Comment 1 Wolfram Schneider freebsd_committer freebsd_triage 2003-11-19 11:28:02 UTC
Responsible Changed
From-To: freebsd-www->freebsd-doc


This is not a bug on www.freebsd.org. 

The kadmind.8 manpage was part of the krb4 distribution in 4.x,  
but the page is no longer part of the crypto distribution in  
FreeBSD 5.x 


[FreeBSD 5.1, crypto distribution] 
$ grep kadmin crypto.mtree  
kadmin          size=45172  
kadmind         size=20820  
kadmin.8.gz     size=1806  
kadmin.8.gz     size=2390  

=> no kadmind.8 page! 


[FreeBSD 4.9, crypto distribution] 
$ cat krb4.??|tar tfvz - |grep kadmin 
-r-xr-xr-x root/wheel    33656 Oct 27 07:31 2003 ./usr/bin/kadmin 
-r-xr-xr-x root/wheel    21968 Oct 27 07:31 2003 ./usr/sbin/kadmind 
-r--r--r-- root/wheel     1910 Oct 27 07:31 2003 ./usr/share/man/cat8/kadmin.8.gz 
-r--r--r-- root/wheel     1428 Oct 27 07:31 2003 ./usr/share/man/cat8/kadmind.8.gz 
-r--r--r-- root/wheel     1901 Oct 27 07:31 2003 ./usr/share/man/man8/kadmin.8.gz 
-r--r--r-- root/wheel     1355 Oct 27 07:31 2003 ./usr/share/man/man8/kadmind
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-06-30 06:21:22 UTC
State Changed
From-To: open->closed

The manpage seems to be accessible now.