From 242cc6534d04d0b226219f0cd0674b03a92b4816 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Tue, 24 Oct 2006 05:45:29 +0000 Subject: added link to -S patch in debian bugs --- lib/Smokeping/probes/FPing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Smokeping/probes/FPing.pm') diff --git a/lib/Smokeping/probes/FPing.pm b/lib/Smokeping/probes/FPing.pm index f717ae2..e4a1219 100644 --- a/lib/Smokeping/probes/FPing.pm +++ b/lib/Smokeping/probes/FPing.pm @@ -60,7 +60,7 @@ sub new($$$) my $testhost = $self->testhost; my $return = `$binary -C 1 $testhost 2>&1`; $self->{enable}{S} = (`$binary -h 2>&1` =~ /\s-S\s/); - carp "NOTE: your sping binary doesn't support source address setting (-S), disabling it"; + carp "NOTE: your sping binary doesn't support source address setting (-S), disabling it - see http://bugs.debian.org/198486."; croak "ERROR: fping ('$binary -C 1 $testhost') could not be run: $return" if $return =~ m/not found/; croak "ERROR: FPing must be installed setuid root or it will not work\n" -- cgit v1.2.3-24-g4f1b