summaryrefslogtreecommitdiff
path: root/net/fping+ipv6/files/patch-03
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-28 12:26:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-28 12:26:52 +0000
commit52761a44f8e7772126e23f00221c3b747555b182 (patch)
treeec47243fdd76dd719babc3329252f973b8613c73 /net/fping+ipv6/files/patch-03
parent- update to 1.3.0 (diff)
[NEW PORT] net/fping+ipv6: Quickly ping N hosts w/o flooding the
network - IPv6 version This is an IPv6 only version of fping. The fping with IPv6 patch cannot handle IPv4 ping, therefore I think it is better to have two distinct port: fping - IPv4 only fping+ipv6 - IPv6 only Maintainer of fping also copied. He can maintain both port if he agrees. ------------------------------------------------- A tool to quickly ping N number of hosts to determine their reachability without flooding the network. fping is different from ping in that you can specify any number of hosts on the command line, or specify a file containing the lists of hosts to ping. Instead of trying one host until it timeouts or replies, fping will send out a ping packet and move on to the next host in a round-robin fashion. If a host replies, it is noted and removed from the list of hosts to check. If a host does not respond within a certain time limit and/or retry limit it will be considered unreachable. Unlike ping, fping is meant to be used in scripts and its output is easy to parse. This is an IPv6 only version. WWW: http://www.fping.com/ Generated with FreeBSD Port Tools 0.77 PR: ports/112185 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes
Notes: svn path=/head/; revision=200266
Diffstat (limited to 'net/fping+ipv6/files/patch-03')
-rw-r--r--net/fping+ipv6/files/patch-0332
1 files changed, 32 insertions, 0 deletions
diff --git a/net/fping+ipv6/files/patch-03 b/net/fping+ipv6/files/patch-03
new file mode 100644
index 000000000000..6ecae9706248
--- /dev/null
+++ b/net/fping+ipv6/files/patch-03
@@ -0,0 +1,32 @@
+--- fping.8.orig Mon Jan 21 01:05:48 2002
++++ fping.8 Sun Jul 7 22:03:43 2002
+@@ -1,4 +1,4 @@
+-.TH fping l
++.TH fping 8
+ .SH NAME
+ fping \- send ICMP ECHO_REQUEST packets to network hosts
+ .SH SYNOPSIS
+@@ -152,12 +152,12 @@
+ example none the less.
+ .nf
+
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ require 'open2.pl';
+
+ $MAILTO = "root";
+
+-$pid = &open2("OUTPUT","INPUT","/usr/local/bin/fping -u");
++$pid = &open2("OUTPUT","INPUT","/usr/local/sbin/fping -u");
+
+ @check=("slapshot","foo","foobar");
+
+@@ -178,7 +178,7 @@
+ that are currently reachable.
+ .nf
+
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+
+ $hosts_to_backup = `cat /etc/hosts.backup | fping -a`;
+