Bug 7835 - whereis doesn't find sources in /usr/src/contrib
Summary: whereis doesn't find sources in /usr/src/contrib
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 3.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-09-05 14:10 UTC by sjr
Modified: 1998-10-04 11:57 UTC (History)
0 users

See Also:


Attachments
file.diff (682 bytes, patch)
1998-09-05 14:10 UTC, sjr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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