From nicolas@narr.dyn.dhs.org  Mon Apr  1 12:01:23 2002
Return-Path: <nicolas@narr.dyn.dhs.org>
Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81])
	by hub.freebsd.org (Postfix) with ESMTP id 6941737B41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Apr 2002 12:01:22 -0800 (PST)
Received: from fwd11.sul.t-online.de 
	by mailout03.sul.t-online.com with smtp 
	id 16s7zV-00073w-02; Mon, 01 Apr 2002 22:01:21 +0200
Received: from pc5.abc (520067998749-0001@[217.233.101.236]) by fmrl11.sul.t-online.com
	with esmtp id 16s7zK-0H5VRIC; Mon, 1 Apr 2002 22:01:10 +0200
Received: (from nicolas@localhost)
	by pc5.abc (8.11.6/8.11.6) id g31K19M77506;
	Mon, 1 Apr 2002 22:01:09 +0200 (CEST)
	(envelope-from nicolas)
Message-Id: <200204012001.g31K19M77506@pc5.abc>
Date: Mon, 1 Apr 2002 22:01:09 +0200 (CEST)
From: Nicolas Rachinsky <list@rachinsky.de>
Reply-To: Nicolas Rachinsky <list@rachinsky.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: OpenSSL manpages should be reachable without overwriting system manpages
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36629
>Category:       docs
>Synopsis:       OpenSSL manpages should be reachable without overwriting system manpages
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    nectar
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 12:10:01 PST 2002
>Closed-Date:    Mon Jul 14 10:21:13 PDT 2003
>Last-Modified:  Mon Jul 14 10:21:13 PDT 2003
>Originator:     Nicolas Rachinsky
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD pc5.abc 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #1: Fri Mar 8 22:22:24 CET 2002 nicolas@pc5.abc:/usr/obj/usr/src/sys/NR i386


>Description:

Now you have the choice between having either the OpenSSL manpages or the system
manpages with the same name (e.g. passwd)

>How-To-Repeat:

man passwd

you either get the manpage for the passwd command or
the one for "openssl passwd" depending on WANT_OPENSSL_MANPAGES in
your make.conf

>Fix:

This is not a complete fix, the references in the manpages should be
updated as well, but I don't know how to do this.

Index: secure/lib/libcrypto/Makefile
===================================================================
RCS file: /usr/cvs-freebsd/src/secure/lib/libcrypto/Makefile,v
retrieving revision 1.15.2.11
diff -u -r1.15.2.11 Makefile
--- secure/lib/libcrypto/Makefile	4 Jul 2001 23:24:41 -0000	1.15.2.11
+++ secure/lib/libcrypto/Makefile	1 Apr 2002 18:42:45 -0000
@@ -343,11 +343,22 @@
 MAN+= ${target}
 CLEANFILES+= ${target}
 ${target}: ${LCRYPTO_SRC}/../doc/${pod}
 	pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > ${target}
 .endfor
 .endfor
 .endfor
 .endif
+
+.for section in 1 3
+.for pod in ${POD${section}}
+.for target in ${pod:T:S/.pod/.${section}/g}
+MAN+= openssl_${target}
+CLEANFILES+= openssl_${target}
+openssl_${target}: ${LCRYPTO_SRC}/../doc/${pod}
+	pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > openssl_${target}
+.endfor
+.endfor
+.endfor
 
 MAN+=	des_crypt.3
 


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Mon Apr 1 14:36:42 PST 2002 
State-Changed-Why:  
Duplicate of PR docs/33654. 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Mon Apr 1 14:36:42 PST 2002 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=36629 
State-Changed-From-To: closed->open 
State-Changed-By: keramida 
State-Changed-When: Mon Apr 1 14:38:48 PST 2002 
State-Changed-Why:  
Damn.  This is not my day.  This is not a duplicate, but contains 
useful information that Kris might be interested in. 


Responsible-Changed-From-To: keramida->kris 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Mon Apr 1 14:38:48 PST 2002 
Responsible-Changed-Why:  
Kris, this might help with what is described in docs/33654. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36629 
Responsible-Changed-From-To: kris->freebsd-bugs 
Responsible-Changed-By: kris 
Responsible-Changed-When: Thu Jan 16 18:27:42 PST 2003 
Responsible-Changed-Why:  
I am no longer the openssl maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36629 
Responsible-Changed-From-To: freebsd-bugs->nectar 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sat Jul 12 18:28:53 PDT 2003 
Responsible-Changed-Why:  
Assign to OpenSSL maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36629 
State-Changed-From-To: open->closed 
State-Changed-By: nectar 
State-Changed-When: Mon Jul 14 10:20:29 PDT 2003 
State-Changed-Why:  
This is fixed in FreeBSD 4.8, FreeBSD 5.1 

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