Bug 539 - (no subject)
Summary: (no subject)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 2.0.5-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-06-21 15:50 UTC by tom
Modified: 1995-06-21 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (592 bytes, patch)
1995-06-21 15:50 UTC, tom
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tom 1995-06-21 15:50:00 UTC
  finger scans every home direcotry for .nofinger rather than checking
home directories of the users that actually match.

Fix: Only check home directories if they match.  The following patch
moves the hide() call just after the match() call so that only home directories
of matched users get checked.
How-To-Repeat: 
  Use finger with large number of users
Comment 1 Andrey A. Chernov freebsd_committer freebsd_triage 1995-06-22 00:55:00 UTC
State Changed
From-To: open->closed

Fix applied in finger.c rev 1.6