diff options
Diffstat (limited to 'net/echoping/pkg')
-rw-r--r-- | net/echoping/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/echoping/pkg/DESCR | 2 | ||||
-rw-r--r-- | net/echoping/pkg/MESSAGE | 10 | ||||
-rw-r--r-- | net/echoping/pkg/PLIST | 3 |
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 |