From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 08:12:49 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11FB2106564A for ; Thu, 16 Sep 2010 08:12:49 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [150.101.137.129]) by mx1.freebsd.org (Postfix) with ESMTP id 6BFBA8FC0C for ; Thu, 16 Sep 2010 08:12:48 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApEBAKdukUyWZWdv/2dsb2JhbAAH5HGFQQSESIR7 Received: from ppp103-111.static.internode.on.net (HELO [192.168.1.144]) ([150.101.103.111]) by ipmail06.adl2.internode.on.net with ESMTP; 16 Sep 2010 17:42:46 +0930 From: Wayne Sierke To: Steven Friedrich In-Reply-To: <201009151827.04122.FreeBSD@insightbb.com> References: <201009111442.49114.FreeBSD@insightbb.com> <20100914003726.GA5762@freebsd.org> <1284568755.20540.634.camel@predator-ii.buffyverse> <201009151827.04122.FreeBSD@insightbb.com> Content-Type: text/plain; charset="ASCII" Date: Thu, 16 Sep 2010 17:42:44 +0930 Message-ID: <1284624764.20540.650.camel@predator-ii.buffyverse> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Alexander Best , freebsd-questions@freebsd.org Subject: Re: apropos returning same item twice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2010 08:12:49 -0000 On Wed, 2010-09-15 at 18:27 -0400, Steven Friedrich wrote: > On Wednesday 15 September 2010 12:39:15 pm Wayne Sierke wrote: > > On Tue, 2010-09-14 at 00:37 +0000, Alexander Best wrote: > > > On Sat Sep 11 10, Steven Friedrich wrote: > > > > Why does apropos list mysql(1) twice? > > > > > > > > It doesn't return duplicates with apropos kde... > > > > > > maybe you have a gzip'ed and plain version in /usr ? > > > > > > see PR #4419. > > > > > > cheers. > > > alex > > > > Are you certain that /etc/manpath.config doesn't just still > > have /usr/X11R6/man configured (as well as /usr/local/man)? Admittedly > > the kde issue is a mystery, assuming its manpages are installed > > in /usr/local/man. This system has the following: > > > > OPTIONAL_MANPATH /usr/local/man > > # (disabled by xorg-libraries port) OPTIONAL_MANPATH /usr/X11R6/man > > > > MANPATH_MAP /usr/local/bin /usr/local/man > > # (disabled by xorg-libraries port) > > MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man > > > > > > Is the whatis file being updated? Check the timestamp: > > > > # ls -l /usr/local/man/whatis > > -rw-r--r-- 1 root wheel 273178 Sep 11 04:22 /usr/local/man/whatis > > > > > > Wayne > > > > > > admin@laptop2(/dev/pts/1)/usr/home/admin 106% apropos mysql > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > I still have X11R6 in usr symlinked to /usr/local. This was done per entry > 20070519 in /usr/ports/UPDATING. > > Do we still need this symlink? Yes, anything that references /usr/X11R6 gets directed to /usr/local. Did you check /etc/manpath.config and the timestamp on /usr/local/man/whatis? Another check is that the output of manpath(1) doesn't include /usr/X11R6/man. Wayne