aboutsummaryrefslogtreecommitdiffstats
path: root/community/icinga2/icinga2.post-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-04-22 18:10:05 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-04-22 18:10:05 +0000
commit96cdb8e9e6b70a355eea850624277ed687d4be12 (patch)
tree5f72857eab3591469dca0af8caadb2e88210a2d8 /community/icinga2/icinga2.post-install
parent32fee060aae12a19444d059777c107f86076d549 (diff)
downloadaports-96cdb8e9e6b70a355eea850624277ed687d4be12.tar.bz2
aports-96cdb8e9e6b70a355eea850624277ed687d4be12.tar.xz
community/icinga2: moved from testing
Diffstat (limited to 'community/icinga2/icinga2.post-install')
-rw-r--r--community/icinga2/icinga2.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/icinga2/icinga2.post-install b/community/icinga2/icinga2.post-install
new file mode 100644
index 0000000000..9222e0492c
--- /dev/null
+++ b/community/icinga2/icinga2.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+/usr/bin/icinga2 feature enable checker &> /dev/null
+/usr/bin/icinga2 feature enable mainlog &> /dev/null
+/usr/bin/icinga2 feature enable notification &> /dev/null
+exit 0