From eikemeier@fillmore-labs.com  Tue Sep  9 05:01:12 2003
Return-Path: <eikemeier@fillmore-labs.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D3F2716A4BF
	for <FreeBSD-gnats-submit@FreeBSD.org>; 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 <FreeBSD-gnats-submit@FreeBSD.org>; 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 <eikemeier@fillmore-labs.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: whatis(1) does not include ports

>Number:         56626
>Category:       conf
>Synopsis:       whatis(1) does not include ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 09 05:10:00 PDT 2003
>Closed-Date:    Wed Oct 29 12:57:57 PST 2003
>Last-Modified:  Wed Oct 29 12:57:57 PST 2003
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: dougb 
State-Changed-When: Tue Sep 9 16:46:52 PDT 2003 
State-Changed-Why:  

This should be handled by /etc/manpath.config already. Have 
you mergemaster'ed recently? You might want to run 
'mergemaster -isC' to make sure that your /etc is sane. 


Responsible-Changed-From-To: freebsd-bugs->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Tue Sep 9 16:46:52 PDT 2003 
Responsible-Changed-Why:  

I'll handle the feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56626 
State-Changed-From-To: feedback->patched 
State-Changed-By: ru 
State-Changed-When: Tue Sep 9 17:09:45 PDT 2003 
State-Changed-Why:  
A suggested change has been committed to HEAD, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56626 
Responsible-Changed-From-To: dougb->ru 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Tue Sep 9 17:41:17 PDT 2003 
Responsible-Changed-Why:  

Ruslan is apparently smoking much less crack than me, so let 
him deal with this one. :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56626 
State-Changed-From-To: patched->closed 
State-Changed-By: ru 
State-Changed-When: Wed Oct 29 12:57:03 PST 2003 
State-Changed-Why:  
Merged into 4.9-STABLE. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56626 
>Unformatted:
