delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2002/01/15/05:45:33

Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm
Sender: cygwin-apps-owner AT cygwin DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT cygwin DOT com>
List-Help: <mailto:cygwin-apps-help AT cygwin DOT com>, <http://sources.redhat.com/lists.html#faqs>
Delivered-To: mailing list cygwin-apps AT cygwin DOT com
Date: Tue, 15 Jan 2002 11:43:32 +0100
From: Corinna Vinschen <vinschen AT redhat DOT com>
To: cygwin-apps AT cygwin DOT com
Subject: Re: Maintainers of CURL, MUTT, PYTHON and WGET, heads up!
Message-ID: <20020115114332.R2015@cygbert.vinschen.de>
Reply-To: cygwin-apps AT cygwin DOT com
Mail-Followup-To: cygwin-apps AT cygwin DOT com
References: <20020114141304 DOT U2015 AT cygbert DOT vinschen DOT de> <NCBBIHCHBLCMLBLOBONKMEAACJAA DOT g DOT r DOT vansickle AT worldnet DOT att DOT net>
Mime-Version: 1.0
In-Reply-To: <NCBBIHCHBLCMLBLOBONKMEAACJAA.g.r.vansickle@worldnet.att.net>
User-Agent: Mutt/1.3.22.1i

On Tue, Jan 15, 2002 at 01:45:40AM -0600, Gary R. Van Sickle wrote:
> Not sure if mutt works or not yet, I don't know if I can find a pops:// to pop
> into (I probably can).  However, /etc/profile.d/openssl.sh is choking because I
> don't have a MANPATH.  Should I have one, or should openssl.sh look more like
> this:
> 
> if test "${MANPATH}"; then export MANPATH "${MANPATH}:/usr/ssl/man";
> else export MANPATH "/usr/ssl/man";
> fi
> 
> ???

Urgh.  Sorry 'bout that.  It should be:

	export MANPATH="${MANPATH}:/usr/ssl/man"

That is, just add an equal sign between variable name and the value.
Your change isn't correct since the leading colon gets lost.  It's
important, though.  If it's missing, man wouldn't search the default
MANPATH as given in /usr/lib/man.conf anymore.

Thanks for the hint.  I'm too used to tcsh, probably.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin AT cygwin DOT com
Red Hat, Inc.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019