diff options
Diffstat (limited to 'net/smokeping/files/patch-lib-probes-EchoPingHttp.pm')
-rw-r--r-- | net/smokeping/files/patch-lib-probes-EchoPingHttp.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/smokeping/files/patch-lib-probes-EchoPingHttp.pm b/net/smokeping/files/patch-lib-probes-EchoPingHttp.pm new file mode 100644 index 00000000000..43aa1a40321 --- /dev/null +++ b/net/smokeping/files/patch-lib-probes-EchoPingHttp.pm @@ -0,0 +1,11 @@ +--- lib/probes/EchoPingHttp.pm.orig Sun Jan 11 18:06:12 2004 ++++ lib/probes/EchoPingHttp.pm Sun Jan 11 18:06:12 2004 +@@ -13,7 +13,7 @@ + *** Probes *** + + EchoPingHttp + +- binary = /usr/bin/echoping # mandatory ++ binary = %%PREFIX%%/bin/echoping # mandatory + + + *** Targets *** |