From owner-freebsd-security Wed Sep 27 13: 3: 6 2000 Delivered-To: freebsd-security@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7451937B422; Wed, 27 Sep 2000 13:02:58 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA85801; Wed, 27 Sep 2000 13:02:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Wed, 27 Sep 2000 13:02:58 -0700 (PDT) From: Kris Kennaway To: Mohacsi Janos Cc: freebsd-security@freebsd.org Subject: Re: Is openssl properly integrated to the FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 27 Sep 2000, Mohacsi Janos wrote: > Hi, > There is an application called CA.pl with documentation in > /usr/src/crypto/apps/ directory and also it has a documentation (in > /usr/src/crypto/doc/apps) but none of them installed. It could be > installed in the /usr/bin or /usr/share/examples/ssl. Also there are lots > of documentation in /usr/src/crypto/doc/apps/ in *.pod format but only the > openssl.pod is installed? Any intention to integrate them to the FreeBSD > man pages or handbook? Or should I go on to make a diff to incorporate. Uncomment the following in /usr/src/secure/lib/libcrypto: #.for section in 1 3 #.for pod in ${POD${section}} #.for target in ${pod:T:S/.pod/.${section}/g} #MAN${section}+= ${target} #CLEANFILES+= ${target} #all-man: ${target} #${target}: ${LCRYPTO_SRC}/../doc/${pod} # pod2man ${LCRYPTO_SRC}/../doc/${pod} > ${target} #.endfor #.endfor #.endfor and all the .pod documentation will be converted to manpages and installed. It is not done by default because the OpenSSL manpages spam copies of system manpages with openssl-specific utilities like passwd(1) Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message