From 3a0d875ccfdd06eeabec1481750801beb08ba428 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 5 May 2023 18:56:38 +0000 Subject: [PATCH] Adding d/p/18_check_mysql_fix_typo from upstream --- debian/patches/18_check_mysql_fix_typo | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 23 insertions(+) create mode 100644 debian/patches/18_check_mysql_fix_typo diff --git a/debian/patches/18_check_mysql_fix_typo b/debian/patches/18_check_mysql_fix_typo new file mode 100644 index 0000000..1d39df4 --- /dev/null +++ b/debian/patches/18_check_mysql_fix_typo @@ -0,0 +1,22 @@ +From d10ee31d89c2c599ee4c502e82d632aef8554020 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= +Date: Fri, 28 Apr 2023 16:51:39 +0200 +Subject: [PATCH] Typo in check_mysql + +--- + plugins/check_mysql.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c +index 0cba50e6d..6cfa70edb 100644 +--- a/plugins/check_mysql.c ++++ b/plugins/check_mysql.c +@@ -551,7 +551,7 @@ print_help (void) + printf (" %s\n", _("Exit with CRITICAL status if slave server is more then INTEGER seconds")); + printf (" %s\n", _("behind master")); + printf (" %s\n", "-l, --ssl"); +- printf (" %s\n", _("Use ssl encryptation")); ++ printf (" %s\n", _("Use ssl encryption")); + printf (" %s\n", "-C, --ca-cert=STRING"); + printf (" %s\n", _("Path to CA signing the cert")); + printf (" %s\n", "-a, --cert=STRING"); diff --git a/debian/patches/series b/debian/patches/series index 2d378b8..bcffed3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,6 +9,7 @@ 15_check_swap_remove_includes 16_check_snmp_disable_multiplier_when_unused 17_fix_exit_codes +18_check_mysql_fix_typo # feature patches 30_check_radius_radcli_1.3.1_support 31_checl_mailq_separate_submission_queue