From bf39244f4855fe128b27e0c8ae9d06e9640f5d71 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 18 Apr 2014 14:44:07 +0200 Subject: [PATCH] Add missing files for the Windows installer. Refs #4865 --- etc/icinga2/features-enabled/checker.conf | 1 + etc/icinga2/features-enabled/mainlog.conf | 1 + etc/icinga2/features-enabled/notification.conf | 1 + 3 files changed, 3 insertions(+) create mode 100644 etc/icinga2/features-enabled/checker.conf create mode 100644 etc/icinga2/features-enabled/mainlog.conf create mode 100644 etc/icinga2/features-enabled/notification.conf diff --git a/etc/icinga2/features-enabled/checker.conf b/etc/icinga2/features-enabled/checker.conf new file mode 100644 index 000000000..0b3965077 --- /dev/null +++ b/etc/icinga2/features-enabled/checker.conf @@ -0,0 +1 @@ +include "../features-available/checker.conf" diff --git a/etc/icinga2/features-enabled/mainlog.conf b/etc/icinga2/features-enabled/mainlog.conf new file mode 100644 index 000000000..6d7a47f06 --- /dev/null +++ b/etc/icinga2/features-enabled/mainlog.conf @@ -0,0 +1 @@ +include "../features-available/mainlog.conf" diff --git a/etc/icinga2/features-enabled/notification.conf b/etc/icinga2/features-enabled/notification.conf new file mode 100644 index 000000000..b549ad4ec --- /dev/null +++ b/etc/icinga2/features-enabled/notification.conf @@ -0,0 +1 @@ +include "../features-available/notification.conf" -- 2.40.0