mirror of https://github.com/Icinga/icinga2.git
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 \
|
||||
$(MKDIR_P) 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
|
||||
|
|
Loading…
Reference in New Issue