summaryrefslogtreecommitdiffstats
path: root/debian/patches/alerts-make-the-scripts-executable.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:53:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:53:21 +0000
commit6ff351f1dface7e0a33ffb17d21c32989eb7f747 (patch)
treecf07bbb9e7d34f5e8bd9db0e82b2e708bc1f6c95 /debian/patches/alerts-make-the-scripts-executable.patch
parentAdding upstream version 2.1.6. (diff)
downloadpacemaker-5d02f40691438035c9bd4703afbfee3f1140bea2.tar.xz
pacemaker-5d02f40691438035c9bd4703afbfee3f1140bea2.zip
Adding debian version 2.1.6-4.debian/2.1.6-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/alerts-make-the-scripts-executable.patch')
-rw-r--r--debian/patches/alerts-make-the-scripts-executable.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/alerts-make-the-scripts-executable.patch b/debian/patches/alerts-make-the-scripts-executable.patch
new file mode 100644
index 0000000..89f62cf
--- /dev/null
+++ b/debian/patches/alerts-make-the-scripts-executable.patch
@@ -0,0 +1,24 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi@niif.hu>
+Date: Sun, 12 Jun 2016 11:30:07 +0200
+Subject: alerts: make the scripts executable
+MIME-Version: 1.0
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Ferenc Wágner <wferi@niif.hu>
+---
+ agents/alerts/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/agents/alerts/Makefile.am b/agents/alerts/Makefile.am
+index fdb294f..b8cc756 100644
+--- a/agents/alerts/Makefile.am
++++ b/agents/alerts/Makefile.am
+@@ -10,6 +10,6 @@
+ include $(top_srcdir)/mk/common.mk
+
+ samplesdir = $(datadir)/$(PACKAGE)/alerts/
+-dist_samples_DATA = alert_file.sh.sample \
++dist_samples_SCRIPTS = alert_file.sh.sample \
+ alert_smtp.sh.sample \
+ alert_snmp.sh.sample