summaryrefslogtreecommitdiff
path: root/net-mgmt/icmpmonitor
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/icmpmonitor')
-rw-r--r--net-mgmt/icmpmonitor/Makefile24
-rw-r--r--net-mgmt/icmpmonitor/distinfo1
-rw-r--r--net-mgmt/icmpmonitor/files/patch-aa20
-rw-r--r--net-mgmt/icmpmonitor/pkg-descr5
-rw-r--r--net-mgmt/icmpmonitor/pkg-plist1
5 files changed, 0 insertions, 51 deletions
diff --git a/net-mgmt/icmpmonitor/Makefile b/net-mgmt/icmpmonitor/Makefile
deleted file mode 100644
index a60a4213b7ba..000000000000
--- a/net-mgmt/icmpmonitor/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: icmpmonitor
-# Date created: 31 Jul 2001
-# Whom: nbm
-#
-# $FreeBSD$
-#
-
-PORTNAME= icmpmonitor
-PORTVERSION= 1.1
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= icmpmonitor
-
-MAINTAINER= nbm@FreeBSD.org
-COMMENT= A multiple host icmp monitoring tool
-
-GNU_CONFIGURE= YES
-
-WRKSRC= ${WRKDIR}/icmpmonitor
-
-MAN1= icmpmonitor.1
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/icmpmonitor/distinfo b/net-mgmt/icmpmonitor/distinfo
deleted file mode 100644
index 137b2e92364b..000000000000
--- a/net-mgmt/icmpmonitor/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (icmpmonitor-1.1.tar.gz) = f7902666a76f77b5f1b9a36f7dc0980c
diff --git a/net-mgmt/icmpmonitor/files/patch-aa b/net-mgmt/icmpmonitor/files/patch-aa
deleted file mode 100644
index b13715ae0e7f..000000000000
--- a/net-mgmt/icmpmonitor/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- icmpmonitor.c.orig Fri Jun 7 00:05:24 2002
-+++ icmpmonitor.c Fri Jun 7 00:05:11 2002
-@@ -160,7 +160,7 @@
- /* protos */
- static void logopen(void);
- static void logclose(void);
--static void log(int type, char *format, ...);
-+static void log(int type, char *format, ...) __printflike(2, 3);
- static int gethostaddr(const char *name);
- static void read_hosts(const char *cfg_file_name);
- static void init_hosts(void);
-@@ -698,7 +698,7 @@
- # endif
- #endif
- #if HAVE_SYSLOG
-- syslog(type,buffer);
-+ syslog(type,"%s",buffer);
- #endif
- } else
- {
diff --git a/net-mgmt/icmpmonitor/pkg-descr b/net-mgmt/icmpmonitor/pkg-descr
deleted file mode 100644
index d1153f81930e..000000000000
--- a/net-mgmt/icmpmonitor/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The icmpmonitor uses the Internet Control Message Protocol (ICMP) "ECHO"
-facility, monitors several hosts, and notify admin if some of them are
-down.
-
-WWW: http://www.crocodile.org/software.html
diff --git a/net-mgmt/icmpmonitor/pkg-plist b/net-mgmt/icmpmonitor/pkg-plist
deleted file mode 100644
index c0345cd700e0..000000000000
--- a/net-mgmt/icmpmonitor/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/icmpmonitor