aboutsummaryrefslogtreecommitdiffstats
path: root/net/smokeping/files/patch-lib-probes-EchoPing.pm
diff options
context:
space:
mode:
Diffstat (limited to 'net/smokeping/files/patch-lib-probes-EchoPing.pm')
-rw-r--r--net/smokeping/files/patch-lib-probes-EchoPing.pm28
1 files changed, 28 insertions, 0 deletions
diff --git a/net/smokeping/files/patch-lib-probes-EchoPing.pm b/net/smokeping/files/patch-lib-probes-EchoPing.pm
new file mode 100644
index 00000000000..bd90fa1f995
--- /dev/null
+++ b/net/smokeping/files/patch-lib-probes-EchoPing.pm
@@ -0,0 +1,28 @@
+--- lib/probes/EchoPing.pm.orig Sun Jan 11 18:06:12 2004
++++ lib/probes/EchoPing.pm Sun Jan 11 18:06:12 2004
+@@ -1,6 +1,6 @@
+ package probes::EchoPing;
+
+-my $DEFAULTBIN = "/usr/bin/echoping";
++my $DEFAULTBIN = "%%PREFIX%%/bin/echoping";
+
+ =head1 NAME
+
+@@ -16,7 +16,7 @@
+ *** Probes ***
+ + EchoPing
+
+- binary = /usr/bin/echoping # default value
++ binary = %%PREFIX%%/bin/echoping # default value
+
+ *** Targets ***
+
+@@ -105,7 +105,7 @@
+
+ The location of the echoping binary should probably be a global variable
+ instead of a probe-specific one. As things are, every EchoPing -derived probe
+-has to declare it if the default (/usr/bin/echoping) isn't correct.
++has to declare it if the default (%%PREFIX%%/bin/echoping) isn't correct.
+
+ =head1 AUTHOR
+