aboutsummaryrefslogtreecommitdiffstats
path: root/net/apinger
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to OptionsNGmiwi2013-03-061-12/+5
| | | | | | - Trim header Reviewed by: beat, bapt, kwm
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-5/+2
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - move message to pkg-message so users installing by a package recieve themich2010-01-255-31/+38
| | | | | | | | message - add a new rc script which is installed via USE_RC_SUBR PR: ports/143102 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
* - forgot to bumpo PORTREVISION after last commitmich2008-07-161-1/+1
|
* - Fix problem with 16bit process id numbersmich2008-07-112-0/+31
| | | | | PR: ports/125192 Submitted by: Seth Mos <seth.mos@xs4all.nl>
* - add MASTER_SITEmich2006-06-211-1/+2
|
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* o add patch to fix problem with icmp header type control messagemich2005-07-261-0/+14
| | | | | PR: ports/84018 Submitted by: Louis Mamakos <louie@transsys.com>
* o add OPTIONS to disable/enable IPv6 supportmich2004-11-032-5/+13
| | | | o add %%DOCSDIR%% macro to please portlint
* Add 'ipv6' on CATEGORIES. aping supports IPv6.sumikawa2004-03-301-1/+1
| | | | Approved by: mich
* - SIZEify.mich2004-03-181-0/+1
| | | | Submitted by: trevor
* Fix whitespace.mich2003-11-051-1/+1
| | | | Approved by: roberto (mentor)
* Fix breakage.mich2003-06-071-5/+3
| | | | | Noticed by: kris (bento) Approved by: roberto (mentor)
* Add startup script for apinger.mich2003-06-043-1/+31
| | | | | Submitted by: rob@debank.tv Approved by: roberto (mentor)
* Change maintainer email to my @FreeBSD.org addressmich2003-05-072-2/+2
| | | | Approved by: roberto(mentor)
* Update to 0.6.1kevlo2003-03-283-9/+9
| | | | | PR: 50339 Submitted by: MAINTAINER
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 0.6arved2003-01-032-2/+2
| | | | | PR: 46396 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> (maintainer)
* upgrade to 0.5ijliao2002-10-143-16/+13
| | | | | PR: 44048 Submitted by: maintainer
* Upgrade to 0.4.1.obraun2002-10-062-2/+2
| | | | | PR: 43384 Submitted by: maintainer
* Update to 0.3pat2002-07-202-2/+2
| | | | | PR: ports/40783 Submitted by: maintainer
* Alarm Pinger (apinger) is a little tool which monitors various IProberto2002-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)