1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 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>
---
extra/alerts/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extra/alerts/Makefile.am b/extra/alerts/Makefile.am
index e798ae9..52f2e67 100644
--- a/extra/alerts/Makefile.am
+++ b/extra/alerts/Makefile.am
@@ -10,6 +10,6 @@
MAINTAINERCLEANFILES = Makefile.in
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
|