Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 To: cygwin Subject: Re: openssl - MANPATH - bug? Message-ID: <20020402161610.G1475@cygbert.vinschen.de> Mail-Followup-To: cygwin 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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/