| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Tue, 2 Apr 2002 16:16:10 +0200 |
| From: | Corinna Vinschen <cygwin AT cygwin DOT com> |
| To: | cygwin <cygwin AT cygwin DOT com> |
| Subject: | Re: openssl - MANPATH - bug? |
| Message-ID: | <20020402161610.G1475@cygbert.vinschen.de> |
| Mail-Followup-To: | cygwin <cygwin AT cygwin DOT com> |
| References: | <1546990652 DOT 20020402145013 AT familiehaase DOT de> <3CA9AB4F DOT 20167211 AT yahoo DOT com> <598230374 DOT 20020402151052 AT familiehaase DOT de> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <598230374.20020402151052@familiehaase.de> |
| User-Agent: | Mutt/1.3.22.1i |
On Tue, Apr 02, 2002 at 03:10:52PM +0200, Gerrit P. Haase wrote:
> Earnie schrieb:
>
> > Wrong list. I've modified the headers to the appropriate list.
>
> Why??? Openssl IS a Cygwin Application.
>
> > You've assumed that MANPATH had a previous value.
>
> This is the default file which gets installed with openssl by setup.exe.
> So if there is no previous value for MANPATH this cannot work.
> Other application are looking for MANPATH in the environment and don't
> find other manpages in /usr/man e.g.
Did you actually try it? If MANPATH has a leading colon, it's *appended*
to the internal search path. If not, it's used exclusivly.
$ export MANPATH="/usr/ssl/man"
$ man man
No manual entry for man
$ export MANPATH=":/usr/ssl/man"
$ man man
[Man page follows]
Corinna
>
> > Earnie.
>
> > "Gerrit P. Haase" wrote:
> >>
> >> Hallo,
> >>
> >> This
> >> $ cat /etc/profile.d/openssl.sh
> >> export MANPATH="${MANPATH}:/usr/ssl/man"
> >>
> >> results in:
> >> $ set | grep MANPATH
> >> MANPATH=:/usr/ssl/man
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:cygwin AT cygwin DOT com
Red Hat, Inc.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |