Bug 83339 - [PATCH] for net/fping
Summary: [PATCH] for net/fping
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-12 17:50 UTC by Andre.Albsmeier
Modified: 2005-07-20 03:17 UTC (History)
0 users

See Also:


Attachments
file.diff (2.43 KB, patch)
2005-07-12 17:50 UTC, Andre.Albsmeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andre.Albsmeier 2005-07-12 17:50:12 UTC
1. fping does currently not allow to specify zero retries

2. the manpage talks about microseconds instead of milliseconds
   (it had been microseconds in earlier versions).

How-To-Repeat: 
1. fping -r 0 target

2. time fping -B 1 -r 1 -t 5000 10.11.12.13	(or whatever)
   returns after 2 * 5000 milliseconds (not microseconds)
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-13 18:45:16 UTC
Dear maintainer of FreeBSD port net/fping, please take a look at

http://www.freebsd.org/cgi/query-pr.cgi?q=83339

Do you approve these patches?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

In the computer industry, there are three kinds of lies:
lies, damn lies, and benchmarks.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-13 18:45:19 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-13 18:45:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 4 Yen-Ming Lee freebsd_committer freebsd_triage 2005-07-20 03:17:51 UTC
State Changed
From-To: feedback->closed

Patch does not apply cleanly, use the patch of ports/83757 from maintainer instead