[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 03/07: percona-nagios-plugins: fix bashism
Bernd Zeimetz
bernd at bzed.de
Wed Feb 22 13:21:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
bzed pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.
commit 5232be1ea3117e34e84e97f2a5a64a0ba4fcba39
Author: Bernd Zeimetz <bernd at bzed.de>
Date: Wed Feb 15 22:20:23 2017 +0100
percona-nagios-plugins: fix bashism
Closes: #772278
Thanks: Raphael Geissert
---
debian/patches/percona-nagios-plugins/fix_bashism | 8 ++++++++
debian/patches/series | 1 +
2 files changed, 9 insertions(+)
diff --git a/debian/patches/percona-nagios-plugins/fix_bashism b/debian/patches/percona-nagios-plugins/fix_bashism
new file mode 100644
index 0000000..ec431a2
--- /dev/null
+++ b/debian/patches/percona-nagios-plugins/fix_bashism
@@ -0,0 +1,8 @@
+--- a/percona-nagios-plugins/nagios/bin/pmp-check-mysql-ts-count
++++ b/percona-nagios-plugins/nagios/bin/pmp-check-mysql-ts-count
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+
+ # ########################################################################
+ # This program is part of $PROJECT_NAME$
diff --git a/debian/patches/series b/debian/patches/series
index af41935..52daaa3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -52,3 +52,4 @@ check_httpd_status/htdigest_auth
check_varnish/fix_for_v5
check_raid/no_epn
check_raid/fix_mdadm_hotspare_failure_detection
+percona-nagios-plugins/fix_bashism
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git
More information about the Pkg-nagios-changes
mailing list