Bug 169585 - [PATCH] net-mgmt/send Use OSVERSION instead of checking for file
Summary: [PATCH] net-mgmt/send Use OSVERSION instead of checking for file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-01 21:30 UTC by Chris Rees
Modified: 2012-07-17 20:36 UTC (History)
0 users

See Also:


Attachments
patch.txt (611 bytes, text/plain)
2012-07-01 21:30 UTC, Chris Rees
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees freebsd_committer freebsd_triage 2012-07-01 21:30:11 UTC
	Send should not check for the existence of a file; it is slower than an OSVERSION check and also fails to register as a DUD on pointyhat-west

http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.8-exp.20120218044950.pointyhat-west/send-0.3.log

	As a nice side effect, make index will be a few nanoseconds faster.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-01 21:30:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anchie

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-07-17 20:33:09 UTC
Responsible Changed
From-To: anchie->crees

I'll take it.
Comment 3 Chris Rees freebsd_committer freebsd_triage 2012-07-17 20:36:27 UTC
State Changed
From-To: open->closed

Committed.