From charon@labs.gr  Sat Sep  8 17:48:52 2001
Return-Path: <charon@labs.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id 935BF37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Sep 2001 17:48:51 -0700 (PDT)
Received: from hades.hell.gr (patr530-b118.otenet.gr [195.167.121.246])
	by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f890mmA16251
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 9 Sep 2001 03:48:49 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.6/8.11.6) id f88Nl4Z14268;
	Sun, 9 Sep 2001 02:47:04 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200109082347.f88Nl4Z14268@hades.hell.gr>
Date: Sun, 9 Sep 2001 02:47:04 +0300 (EEST)
From: Giorgos Keramidas <charon@labs.gr>
Reply-To: Giorgos Keramidas <charon@labs.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: remove broken reference to kerberos(1) from manpage of security(7)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30443
>Category:       docs
>Synopsis:       remove broken reference to kerberos(1) from manpage of security(7)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 08 17:50:00 PDT 2001
>Closed-Date:    Mon Feb 09 23:11:36 PST 2004
>Last-Modified:  Mon Feb 09 23:11:36 PST 2004
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4 19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

	The security(7) manpage refers to kerberos(1) in SEE ALSO.
	I dont seem to be able to find anything about kerberos in man1/.

>How-To-Repeat:

>Fix:

--- patch.diff begins here ---
Index: security.7
===================================================================
RCS file: /home/ncvs/src/share/man/man7/security.7,v
retrieving revision 1.24
diff -u -r1.24 security.7
--- security.7	10 Aug 2001 13:45:25 -0000	1.24
+++ security.7	8 Sep 2001 23:44:59 -0000
@@ -652,7 +652,6 @@
 .Sh SEE ALSO
 .Xr chflags 1 ,
 .Xr find 1 ,
-.Xr kerberos 1 ,
 .Xr md5 1 ,
 .Xr netstat 1 ,
 .Xr openssl 1 ,
--- patch.diff ends here ---

>Release-Note:
>Audit-Trail:

From: Dima Dorfman <dima@unixfreak.org>
To: Giorgos Keramidas <charon@labs.gr>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage of security(7) 
Date: Sun, 09 Sep 2001 03:14:45 -0700

 Giorgos Keramidas <charon@labs.gr> wrote:
 > >Description:
 > 
 > 	The security(7) manpage refers to kerberos(1) in SEE ALSO.
 > 	I dont seem to be able to find anything about kerberos in man1/.
 
 Perhaps because you didn't install Kerberos?

From: Alexey Zelkin <phantom@FreeBSD.ORG>
To: Giorgos Keramidas <charon@labs.gr>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage of security(7)
Date: Sun, 9 Sep 2001 14:01:14 +0300

 hi,
 
 On Sun, Sep 09, 2001 at 02:47:04AM +0300, Giorgos Keramidas wrote:
 
 > >Number:         30443
 > >Category:       docs
 > >Synopsis:       remove broken reference to kerberos(1) from manpage of security(7)
 > >Description:
 
 > 
 > 	The security(7) manpage refers to kerberos(1) in SEE ALSO.
 > 	I dont seem to be able to find anything about kerberos in man1/.
 
 It's exists as src/crypto/kerberosIV/man/kerberos.1 and you need to
 install Kerberos to have this page.
 

From: Murray Stokely <murray@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, charon@labs.gr,
	markm@FreeBSD.org
Cc:  
Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage of security(7)
Date: Sun, 7 Oct 2001 21:38:07 -0700

 [Mark Murray CCed as a general Kerberos guru]
 
   Is there any reason not to include a stub kerberos.1 with the base
 system that explains what Kerberos is and how you install it?  It's a
 little hard to see where all the different Kerberos pieces come in to
 play and why they aren't installed when you type 'make world'.  This
 man page would also unbreak all the other man pages that currently
 point to kerberos(1).  
 
       - Murray

From: Mark Murray <mark@grondar.za>
To: Murray Stokely <murray@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org, charon@labs.gr,
	markm@freebsd.org
Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage of security(7) 
Date: Mon, 08 Oct 2001 09:51:21 +0100

 > [Mark Murray CCed as a general Kerberos guru]
 > 
 >   Is there any reason not to include a stub kerberos.1 with the base
 > system that explains what Kerberos is and how you install it?  It's a
 > little hard to see where all the different Kerberos pieces come in to
 > play and why they aren't installed when you type 'make world'.  This
 > man page would also unbreak all the other man pages that currently
 > point to kerberos(1).  
 
 Great idea! 
 
 M
 -- 
 o       Mark Murray
 \_      FreeBSD Services Limited
 O.\_    Warning: this .sig is umop ap!sdn
Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: dd 
Responsible-Changed-When: Sun Oct 14 16:26:49 PDT 2001 
Responsible-Changed-Why:  
Over to originator. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30443 
Responsible-Changed-From-To: keramida->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Fri Jun 13 14:57:22 PDT 2003 
Responsible-Changed-Why:  
Over to me since keramida is away.  Evaluation time: 

Kerberos is not build and installed on my system, but the 
kerberos(8) manual page exists.  It seems to be installed 
for some reason.  I'll look into it and deal with this PR. 

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

From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: Tom Rhodes <trhodes@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage of security(7)
Date: Sat, 14 Jun 2003 01:26:28 +0300

 On 2003-06-13 14:58, Tom Rhodes <trhodes@FreeBSD.org> wrote:
 > Kerberos is not build and installed on my system, but the
 > kerberos(8) manual page exists.  It seems to be installed
 > for some reason.  I'll look into it and deal with this PR.
 
 IIRC, in FreeBSD 5.X kerberos4 support has been removed and kerberos5 is
 installed by default (unless NO_KERBEROS is used).  The Makefile that
 installs kerberos.8 is /usr/src/kerberos5/lib/libkrb5/Makefile.
 
 This is from a relatively recent 5.X source tree (built right after
 running cvsup at approximately: Fri Jun 13 10:00:00 UTC 2003).
 
 Tom, many thanks for looking into this :)
 

From: Tom Rhodes <trhodes@FreeBSD.org>
To: Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage
 of security(7)
Date: Fri, 13 Jun 2003 22:18:02 -0400

 On Sat, 14 Jun 2003 01:26:28 +0300
 Giorgos Keramidas <keramida@ceid.upatras.gr> wrote:
 
 > On 2003-06-13 14:58, Tom Rhodes <trhodes@FreeBSD.org> wrote:
 > > Kerberos is not build and installed on my system, but the
 > > kerberos(8) manual page exists.  It seems to be installed
 > > for some reason.  I'll look into it and deal with this PR.
 > 
 > IIRC, in FreeBSD 5.X kerberos4 support has been removed and kerberos5 is
 > installed by default (unless NO_KERBEROS is used).  The Makefile that
 > installs kerberos.8 is /usr/src/kerberos5/lib/libkrb5/Makefile.
 > 
 > This is from a relatively recent 5.X source tree (built right after
 > running cvsup at approximately: Fri Jun 13 10:00:00 UTC 2003).
 > 
 > Tom, many thanks for looking into this :)
 > 
 
 No problem.  I'm pestering Mark Murray right now to see if the
 kerberos(8) manual page gets installed with or without kerberos
 installed.  For some reason I have it installed on my system and
 I've never ever installed kerberos.  Not when I first installed
 FreeBSD on here, not during a build/install world (set the
 NO_KERBEROS option in make.conf).
 
 I'll see what I can dig up, thanks for sticking around and
 emailing me about this.  Now, if you have any comments on the
 other PR (compress bug) I'd love to hear them.
 
 Take care my friend!
 
 --
 Tom Rhodes
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Sat Jun 14 06:27:54 PDT 2003 
State-Changed-Why:  
According to Mark Murray, the kerberos(8) manual page gets installed 
only if NO_KERBEROS is set.  So, I went ahead and xrefed that 
manual page instead. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=30443 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Mon Feb 9 23:10:41 PST 2004 
State-Changed-Why:  
After a discussion with markm, it appears to be in the best 
interest to completely remove the Xref. 

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