mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
358c5baa72
via icmp status, eg: tcp or udp. It speaks http as well, so it can "ping" a http server or a http proxy cache to make sure it's operating and not wedged. (Nearly all of our system lockups are not detected by icmp pings)
19 lines
332 B
Makefile
19 lines
332 B
Makefile
# New ports collection makefile for: echoping
|
|
# Version required: 2.1-BETA
|
|
# Date created: 13 April 1997
|
|
# Whom: peter
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= echoping-2.1-BETA
|
|
PKGNAME= echoping-2.1b
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.pasteur.fr/pub/Network/echoping/
|
|
|
|
MAINTAINER= peter@FreeBSD.ORG
|
|
|
|
MAN1= echoping.1
|
|
|
|
.include <bsd.port.mk>
|