From owner-freebsd-bugs Sat Nov 7 01:49:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15251 for freebsd-bugs-outgoing; Sat, 7 Nov 1998 01:49:59 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15242 for ; Sat, 7 Nov 1998 01:49:58 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA25506; Sat, 7 Nov 1998 01:50:00 -0800 (PST) Received: from alive.znep.com (207-178-54-226.go2net.com [207.178.54.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14625 for ; Sat, 7 Nov 1998 01:44:44 -0800 (PST) (envelope-from marcs@alive.znep.com) Received: (from marcs@localhost) by alive.znep.com (8.9.1/8.9.1) id BAA18272; Sat, 7 Nov 1998 01:40:32 -0800 (PST) (envelope-from marcs) Message-Id: <199811070940.BAA18272@alive.znep.com> Date: Sat, 7 Nov 1998 01:40:32 -0800 (PST) From: marcs@znep.com Reply-To: marcs@znep.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/8587: login.conf should not set manpath Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8587 >Category: conf >Synopsis: login.conf should not set manpath >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 7 01:50:00 PST 1998 >Last-Modified: >Originator: Marc Slemko >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD alive.znep.com 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Fri Nov 6 23:10:01 PST 1998 marcs@alive.znep.com:/usr/src/sys/compile/ALIVE i386 Appears to have been around for a long time, possibly even before login.conf. >Description: login.conf sets a manpath. The default manpath doesn't include /usr/X11R6/man, so things don't work right. I shouldn't have to mess with activating a special class just for X users, etc. >How-To-Repeat: marcs@alive:~$ echo $MANPATH /usr/share/man:/usr/local/man marcs@alive:~$ man xrdb No manual entry for xrdb marcs@alive:~$ unset MANPATH marcs@alive:~$ man xrdb (now it works right) >Fix: Remove the manpath setting from /etc/login.conf. Then man will use the manpath program to figure out the manpath, which actually uses the manpath.config file, etc. Let manpath do its job. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message