$OpenBSD: patch-lib_Smokeping_probes_FPing6_pm,v 1.2 2019/08/21 12:35:12 sthen Exp $

Index: lib/Smokeping/probes/FPing6.pm
--- lib/Smokeping/probes/FPing6.pm.orig
+++ lib/Smokeping/probes/FPing6.pm
@@ -45,7 +45,7 @@ sub testhost {
 sub probevars {
       my $self = shift;
       my $h = $self->SUPER::probevars;
-      $h->{binary}{_example} = "/usr/bin/fping6";
+      $h->{binary}{_example} = "/usr/local/sbin/fping6";
       $h->{protocol}{_example} = "6";
       $h->{protocol}{_default} = "6";
       $h->{sourceaddress}{_re} = "[0-9A-Fa-f:.]+";
