mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 17:14:25 +02:00
Make sure checker.conf and notification.conf are enabled by default.
This commit is contained in:
parent
abf1995e4a
commit
b3f24eecbc
@ -23,4 +23,6 @@ install-exec-hook:
|
|||||||
if [ ! -e features-enabled ]; then \
|
if [ ! -e features-enabled ]; then \
|
||||||
$(MKDIR_P) features-enabled && \
|
$(MKDIR_P) features-enabled && \
|
||||||
$(LN_S) ../features-available/compat.conf features-enabled/; \
|
$(LN_S) ../features-available/compat.conf features-enabled/; \
|
||||||
|
$(LN_S) ../features-available/checker.conf features-enabled/; \
|
||||||
|
$(LN_S) ../features-available/notification.conf features-enabled/; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user