Vasile GABURICI wrote:
> 
>         I've seen other RPMs that place man pages in a separate directory,
> like /var/ssl/man. But that requires manual change to MANPATH... Not the
> RedHat way :-)
> 

Yet, dropping a little .sh and .csh file in /etc/profile.d/ to the
effect of

[ -z $MANPATH ] && MANPATH=`man --path`
export MANPATH="$MANPATH:/usr/lib/openssl/man"

resp.

if ($?MANPATH) then
    setenv MANPATH "${MANPATH}:/usr/lib/openssl/man"
else
    setenv MANPATH `man --path`:/usr/lib/openssl/man
endif

with postinstall: makewhatis /usr/lib/openssl/man is an option here.

> On Mon, 13 Mar 2000, [iso-8859-1] Ulf M�ller wrote:
> 
> > On Sun, Mar 12, 2000 at 12:19:17AM +0200, Vasile GABURICI wrote:
> >
> > > This creates problems on systems like RedHat that store all man pages in a
> > > common place like /usr/man. This effectively prevented me from making a
> > > nice RPM.
> >
> > Any comments on this?
> >
> > Where do those of you who create packages for other OSes put the
> > OpenSSL manpages?
-- 
Niels Poppe - org.net bv <[EMAIL PROTECTED]>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to