aboutsummaryrefslogtreecommitdiff
path: root/net/apinger
Commit message (Collapse)AuthorAgeFilesLines
* Missed pkg-plist changes on r339608Renato Botelho2014-01-131-4/+4
| | | | | | | Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=339613
* Support stageRenato Botelho2014-01-131-12/+5
| | | | | | | Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=339608
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to OptionsNGMartin Wilke2013-03-051-12/+5
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-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 Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - move message to pkg-message so users installing by a package recieve theMichael Landin2010-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> Notes: svn path=/head/; revision=248541
* - forgot to bumpo PORTREVISION after last commitMichael Landin2008-07-161-1/+1
| | | | Notes: svn path=/head/; revision=216920
* - Fix problem with 16bit process id numbersMichael Landin2008-07-102-0/+31
| | | | | | | | PR: ports/125192 Submitted by: Seth Mos <seth.mos@xs4all.nl> Notes: svn path=/head/; revision=216671
* - 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