summaryrefslogtreecommitdiff
path: root/net/echoping/pkg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-08 16:47:50 +0000
committerwiz <wiz@pkgsrc.org>2000-12-08 16:47:50 +0000
commitcf4c63a5db94bd95b48de2742f9bb7a0b10f177d (patch)
treed3a5e3419996fe68845cd5d3b9cf56ff0f4454bb /net/echoping/pkg
parent24275d2460ec9309302620b51185b4ca419a0259 (diff)
downloadpkgsrc-cf4c63a5db94bd95b48de2742f9bb7a0b10f177d.tar.gz
Initial import of echoping-3.0.1:
"echoping" is a small program to test (approximatively) performances of a remote host by sending it TCP "echo" (or other protocol) packets. Inspired by pkg/8652 by Greg A. Woods.
Diffstat (limited to 'net/echoping/pkg')
-rw-r--r--net/echoping/pkg/COMMENT1
-rw-r--r--net/echoping/pkg/DESCR2
-rw-r--r--net/echoping/pkg/MESSAGE10
-rw-r--r--net/echoping/pkg/PLIST3
4 files changed, 16 insertions, 0 deletions
diff --git a/net/echoping/pkg/COMMENT b/net/echoping/pkg/COMMENT
new file mode 100644
index 00000000000..1ea897a49cb
--- /dev/null
+++ b/net/echoping/pkg/COMMENT
@@ -0,0 +1 @@
+test performance of a remote TCP service
diff --git a/net/echoping/pkg/DESCR b/net/echoping/pkg/DESCR
new file mode 100644
index 00000000000..52a837bea80
--- /dev/null
+++ b/net/echoping/pkg/DESCR
@@ -0,0 +1,2 @@
+"echoping" is a small program to test (approximatively) performances of a
+remote host by sending it TCP "echo" (or other protocol) packets.
diff --git a/net/echoping/pkg/MESSAGE b/net/echoping/pkg/MESSAGE
new file mode 100644
index 00000000000..ccc8840d315
--- /dev/null
+++ b/net/echoping/pkg/MESSAGE
@@ -0,0 +1,10 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $
+
+To use the -i flag, you have to add the following two lines to
+/etc/services:
+
+icpv2 3130/tcp # ICPv2
+icpv2 3130/udp # ICPv2
+
+======================================================================
diff --git a/net/echoping/pkg/PLIST b/net/echoping/pkg/PLIST
new file mode 100644
index 00000000000..71f96b3e93d
--- /dev/null
+++ b/net/echoping/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $
+bin/echoping
+man/man1/echoping.1