aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti/files/patch-scripts-ping.pl
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cacti/files/patch-scripts-ping.pl')
-rw-r--r--net-mgmt/cacti/files/patch-scripts-ping.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-mgmt/cacti/files/patch-scripts-ping.pl b/net-mgmt/cacti/files/patch-scripts-ping.pl
deleted file mode 100644
index b39c35082f9a..000000000000
--- a/net-mgmt/cacti/files/patch-scripts-ping.pl
+++ /dev/null
@@ -1,10 +0,0 @@
---- cacti-0.8.6j/scripts/ping.pl.orig Sat Apr 15 22:26:44 2006
-+++ cacti-0.8.6j/scripts/ping.pl Sat Apr 15 22:27:16 2006
-@@ -1,6 +1,6 @@
- #!/usr/bin/perl
-
--open(PROCESS, "ping -c 1 $ARGV[0] | grep icmp_seq |");
-+open(PROCESS, "/sbin/ping -c 1 $ARGV[0] | grep icmp_seq |");
- $ping = <PROCESS>;
- close(PROCESS);
- $ping =~ m/(.*time=)(.*) (ms|usec)/;