]> granicus.if.org Git - icinga2/commitdiff
Fix syntax error in feature config files.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 1 Oct 2013 06:47:29 +0000 (08:47 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 1 Oct 2013 06:47:29 +0000 (08:47 +0200)
etc/icinga2/features-available/checker.conf
etc/icinga2/features-available/notification.conf

index 13755b50a1a1a66b8073eb466d344093b1c88f5a..1139e626ef5d5936a2c5bf76af8779b1be88096c 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * The checker component takes care of executing service checks.
- *
+ */
 
 library "checker"
 
index 91d80313d6fa8c2ce0a448b84f87ba8deb55a809..aa22f6059b1851161f51bc2fd08a2aabd00d561a 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * The notification component takes care of executing service checks.
- *
+ */
 
 library "notification"