From 0898e91fb2a96607fe3919fc2330092a6c63a367 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Thu, 20 Dec 2007 20:41:42 +0000 Subject: remove check for timeredirects since this does not work without manual --- lib/Smokeping/probes/Curl.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Smokeping/probes/Curl.pm') diff --git a/lib/Smokeping/probes/Curl.pm b/lib/Smokeping/probes/Curl.pm index 346f141..7b3d3a9 100644 --- a/lib/Smokeping/probes/Curl.pm +++ b/lib/Smokeping/probes/Curl.pm @@ -210,9 +210,9 @@ sub test_usage { $self->do_log("Note: your curl doesn't support the $feature feature (option $arghash{$feature}), disabling it"); } map { delete $arghashref->{$_} } @unsupported; - if ($curl_man !~ /\stime_redirect\s/) { - $self->do_log("Note: your curl doesn't support the 'time_redirect' output variable; 'include_redirects' will not function."); - } +# if ($curl_man !~ /\stime_redirect\s/) { +# $self->do_log("Note: your curl doesn't support the 'time_redirect' output variable; 'include_redirects' will not function."); +# } return; } -- cgit v1.2.3-24-g4f1b