diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-10-24 07:45:29 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-10-24 07:45:29 +0200 |
commit | 242cc6534d04d0b226219f0cd0674b03a92b4816 (patch) | |
tree | 414ca8051a4f0c0dd5e2f62951f357d9622f295a /lib/Smokeping | |
parent | 2308a4663349102ad0f00989da53b0b0f2e89586 (diff) | |
download | smokeping-242cc6534d04d0b226219f0cd0674b03a92b4816.tar.gz smokeping-242cc6534d04d0b226219f0cd0674b03a92b4816.tar.xz |
added link to -S patch in debian bugs
Diffstat (limited to 'lib/Smokeping')
-rw-r--r-- | lib/Smokeping/probes/FPing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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" |