]> granicus.if.org Git - icinga2/commitdiff
Make sure checker.conf and notification.conf are enabled by default.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 1 Oct 2013 06:38:18 +0000 (08:38 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 1 Oct 2013 06:38:18 +0000 (08:38 +0200)
etc/icinga2/Makefile.am

index 2ecd53e7c8dc775e27fcb0641aa3e7c6be70ca74..f3d2daadc98dc74ee8c5f666eb979a9c05b65fd8 100644 (file)
@@ -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