From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=4.0.0 Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by chiba.3jane.net (Postfix) with ESMTP id 64C222582E for ; Thu, 10 Jan 2002 17:22:40 -0600 (CST) Received: from sympatico.ca ([64.229.214.179]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20020110232315.BFKL14434.tomts6-srv.bellnexxia.net@sympatico.ca> for ; Thu, 10 Jan 2002 18:23:15 -0500 Message-ID: <3C3E2632.3090601@sympatico.ca> Date: Thu, 10 Jan 2002 18:39:30 -0500 From: Mark User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] man/zsh problems? bug? dircolors is incompatible References: <3C3BEA5F.7050108@sympatico.ca> <20020110111608.GA610@prosalg.no> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: 94a07fbf-34e7-4dcc-a028-351124d5c540 X-Archives-Hash: 6677f1dadb39d8746c9cd4dee047f9e0 After some investigating... It seems man requires some of the environment variables set in /etc/profile to work. I had created a symbolic link from /etc/zprofile to /etc/profile when I installed zsh, so I wasn't thinking that this would be the problem. It turns out that zsh is not reading /etc/zprofile for some reason. But if you force it to (". /etc/zprofile, or . /etc/profile") then all is fine. -Mark