aboutsummaryrefslogtreecommitdiff
path: root/net/apinger
Commit message (Collapse)AuthorAgeFilesLines
* - add MASTER_SITEMichael Landin2006-06-211-1/+2
| | | | Notes: svn path=/head/; revision=165912
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* o add patch to fix problem with icmp header type control messageMichael Landin2005-07-261-0/+14
| | | | | | | | PR: ports/84018 Submitted by: Louis Mamakos <louie@transsys.com> Notes: svn path=/head/; revision=140138
* o add OPTIONS to disable/enable IPv6 supportMichael Landin2004-11-032-5/+13
| | | | | | | o add %%DOCSDIR%% macro to please portlint Notes: svn path=/head/; revision=120702
* Add 'ipv6' on CATEGORIES. aping supports IPv6.Munechika SUMIKAWA2004-03-301-1/+1
| | | | | | | Approved by: mich Notes: svn path=/head/; revision=105686
* - SIZEify.Michael Landin2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104421
* Fix whitespace.Michael Landin2003-11-051-1/+1
| | | | | | | Approved by: roberto (mentor) Notes: svn path=/head/; revision=93152
* Fix breakage.Michael Landin2003-06-071-5/+3
| | | | | | | | Noticed by: kris (bento) Approved by: roberto (mentor) Notes: svn path=/head/; revision=82442
* Add startup script for apinger.Michael Landin2003-06-043-1/+31
| | | | | | | | Submitted by: rob@debank.tv Approved by: roberto (mentor) Notes: svn path=/head/; revision=82247
* Change maintainer email to my @FreeBSD.org addressMichael Landin2003-05-072-2/+2
| | | | | | | Approved by: roberto(mentor) Notes: svn path=/head/; revision=80360
* Update to 0.6.1Kevin Lo2003-03-283-9/+9
| | | | | | | | PR: 50339 Submitted by: MAINTAINER Notes: svn path=/head/; revision=77572
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 0.6Tilman Keskinoz2003-01-022-2/+2
| | | | | | | | PR: 46396 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> (maintainer) Notes: svn path=/head/; revision=72244
* upgrade to 0.5Ying-Chieh Liao2002-10-143-16/+13
| | | | | | | | PR: 44048 Submitted by: maintainer Notes: svn path=/head/; revision=68041
* Upgrade to 0.4.1.Oliver Braun2002-10-052-2/+2
| | | | | | | | PR: 43384 Submitted by: maintainer Notes: svn path=/head/; revision=67377
* Update to 0.3Patrick Li2002-07-192-2/+2
| | | | | | | | PR: ports/40783 Submitted by: maintainer Notes: svn path=/head/; revision=63258
* Alarm Pinger (apinger) is a little tool which monitors various IPOllivier Robert2002-07-185-0/+57
devices by simple ICMP echo requests. Unlike most Perl or shell script tools, it does not spawn processes or use much CPU time, and is ideal for when one wants continuous monitoring and fast response upon target failure. It is written in C and supports both IPv4 and IPv6. PR: ports/40688 Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org) Notes: svn path=/head/; revision=63192