From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 9 05:10:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE49116A4BF for ; Tue, 9 Sep 2003 05:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D1244001 for ; Tue, 9 Sep 2003 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h89CA1Up004812 for ; Tue, 9 Sep 2003 05:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h89CA1iH004811; Tue, 9 Sep 2003 05:10:01 -0700 (PDT) Resent-Date: Tue, 9 Sep 2003 05:10:01 -0700 (PDT) Resent-Message-Id: <200309091210.h89CA1iH004811@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3F2716A4BF for ; Tue, 9 Sep 2003 05:01:12 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96F8D43FE9 for ; Tue, 9 Sep 2003 05:01:11 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from atlantis.wireless.fillmore-labs.com ([192.168.161.245] helo=fillmore-labs.com) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.22) id 19whBG-0008g8-FC for FreeBSD-gnats-submit@FreeBSD.org; Tue, 09 Sep 2003 14:01:10 +0200 Message-Id: <3F5DC104.9000505@fillmore-labs.com> Date: Tue, 09 Sep 2003 14:01:08 +0200 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org Subject: conf/56626: whatis(1) does not include ports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 12:10:04 -0000 >Number: 56626 >Category: conf >Synopsis: whatis(1) does not include ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 09 05:10:00 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 4.9-PRERELEASE >Description: The weekyly scripts /etc/periodic/weekly/320.whatis /etc/periodic/weekly/330.catman do not include man pages from /usr/X11R6/man, on -STABLE the pages from /usr/local/man are missing too. >How-To-Repeat: Try whatis portupgrade on -STABLE with port sysutils/portupgrade installed or whatis fc-list on -CURRENT with port x11-fonts/fontconfig installed >Fix: /etc/crontab sets PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin, and env PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin /usr/bin/manpath -q does not contain /usr/X11R6/man (and /usr/local/man on -STABLE) add OPTIONAL_MANPATH /usr/local/man OPTIONAL_MANPATH /usr/X11R6/man to src/gnu/usr.bin/man/manpath/manpath.config (the first line is only needed for RELENG_4, it is already in HEAD) >Release-Note: >Audit-Trail: >Unformatted: