From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_REJECT,INVALID_DATE,MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from [206.98.143.251] (helo=hatl0ms21.CORP.COX.COM) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15mLrZ-0001wZ-00 for gentoo-dev@cvs.gentoo.org; Wed, 26 Sep 2001 15:05:01 -0600 Received: from catl0ms20.corp.cox.com ([10.214.200.51]) by CATL0MS21.corp.cox.com with Microsoft SMTPSVC(5.0.2195.2966); Wed, 26 Sep 2001 17:03:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 content-class: urn:content-classes:message Subject: RE: [gentoo-dev] man fails under tcsh Message-ID: <761A6DCECC3AD511B295009027DC773702E38A7A@CATL0S04.corp.cox.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [gentoo-dev] man fails under tcsh Thread-Index: AcFGwuO2bWkiqE2iRj+d1+0An8tB4QAC8oZA From: "Crowfoot, Norman (CCI-Atlanta)" To: , Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Wed Sep 26 15:06:01 2001 X-Original-Date: Wed, 26 Sep 2001 17:03:05 -0400 X-Archives-Salt: 0a9c9c41-9edd-4393-b49b-ab1ea40d069a X-Archives-Hash: 29581b33a17ac31e0b5f4401005eb86a I'll get the specific scripts tonight. The trick with getting tcsh to work from bash: > unset LS_COLORS > exec bash -----Original Message----- From: Tom von Schwerdtner [mailto:tvon@etria.org] Sent: Wednesday, September 26, 2001 2:59 PM To: gentoo-dev@cvs.gentoo.org Cc: Crowfoot, Norman (CCI-Atlanta) Subject: Re: [gentoo-dev] man fails under tcsh > man breaks when the login shell is csh or tcsh . . .=20 can you be more specific? man works fine for me. Also, there seems to be a tcsh bug in which it tries to parse LS_COLORS or=20 somethign related. Attempting to login to bash and then invoke tcsh fails=20 with "unknown colorls variable: 'do'" (off the top of my head). I dont=20 know much about this, but whomever is maintaining the tcsh ebuild may want=20 to look deeper. -T