From 01e11f95824091e481dcee2321a761e716fc38a2 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sun, 8 Sep 2024 20:36:05 +0200 Subject: [PATCH] Adding d/p/14_check_curl_remove_experimental_state from upstream https://patch-diff.githubusercontent.com/raw/monitoring-plugins/monitoring-plugins/pull/2017.diff --- .../patches/14_check_curl_remove_experimental_state | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/14_check_curl_remove_experimental_state diff --git a/debian/patches/14_check_curl_remove_experimental_state b/debian/patches/14_check_curl_remove_experimental_state new file mode 100644 index 0000000..62862fb --- /dev/null +++ b/debian/patches/14_check_curl_remove_experimental_state @@ -0,0 +1,13 @@ +diff --git a/plugins/check_curl.c b/plugins/check_curl.c +index e9c15e648..e25d7a79a 100644 +--- a/plugins/check_curl.c ++++ b/plugins/check_curl.c +@@ -2190,8 +2190,6 @@ print_usage (void) + printf ("%s\n", _("In the first form, make an HTTP request.")); + printf ("%s\n\n", _("In the second form, connect to the server and check the TLS certificate.")); + #endif +- printf ("%s\n", _("WARNING: check_curl is experimental. Please use")); +- printf ("%s\n\n", _("check_http if you need a stable version.")); + } + + void diff --git a/debian/patches/series b/debian/patches/series index a359f59..8a3670f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,4 +5,5 @@ 11_check_curl_raise_ssl_issue 12_check_curl_add_docu 13_check_mysql_fix_variables +14_check_curl_remove_experimental_state # feature patches