Bug 7835

Summary: whereis doesn't find sources in /usr/src/contrib
Product: Base System Reporter: sjr <sjr>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description sjr 1998-09-05 14:10:00 UTC
	whereis doesn't search /usr/src/contrib, and stops at
	first match.

How-To-Repeat: 
	% whereis libpcap
	  libpcap:

	% whereis cvs
	  cvs: /usr/bin/cvs /usr/share/man/man1/cvs.1.gz \
	       /usr/src/gnu/usr.bin/cvs

	  After patch.

	% whereis libpcap
	  libpcap: /usr/src/contrib/libpcap

	% whereis cvs
	  cvs: /usr/bin/cvs /usr/share/man/man1/cvs.1.gz \
	       /usr/src/gnu/usr.bin/cvs /usr/src/contrib/cvs
Comment 1 David E. O'Brien freebsd_committer freebsd_triage 1998-10-04 11:29:51 UTC
State Changed
From-To: open->closed