From: Gunnar Beutner Date: Tue, 1 Oct 2013 06:47:29 +0000 (+0200) Subject: Fix syntax error in feature config files. X-Git-Tag: v0.0.3~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa0282d48cda418e6bd7a3ee3ed0ee95c6004b10;p=icinga2 Fix syntax error in feature config files. --- diff --git a/etc/icinga2/features-available/checker.conf b/etc/icinga2/features-available/checker.conf index 13755b50a..1139e626e 100644 --- a/etc/icinga2/features-available/checker.conf +++ b/etc/icinga2/features-available/checker.conf @@ -1,6 +1,6 @@ /** * The checker component takes care of executing service checks. - * + */ library "checker" diff --git a/etc/icinga2/features-available/notification.conf b/etc/icinga2/features-available/notification.conf index 91d80313d..aa22f6059 100644 --- a/etc/icinga2/features-available/notification.conf +++ b/etc/icinga2/features-available/notification.conf @@ -1,6 +1,6 @@ /** * The notification component takes care of executing service checks. - * + */ library "notification"