]> granicus.if.org Git - icinga2/commitdiff
Fix icinga-{en,dis}able-feature text
authorAlexander Wirt <formorer@debian.org>
Sun, 15 Jun 2014 20:10:15 +0000 (22:10 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Sun, 15 Jun 2014 20:10:15 +0000 (22:10 +0200)
tools/icinga2-enable-feature.cmake

index 1c93e8ddeaec2ba1393a305c9a074b683001db66..6236978d4f84a1e13d1bfa385e1a5fd338e44075 100644 (file)
@@ -63,7 +63,7 @@ do
                                echo "Enabling '$FEATURE' failed. Check permissions for $ICINGA2CONFDIR/features-enabled/"
                                        exit 1
                                else
-                                       echo "Module '$FEATURE' was enabled."
+                                       echo "Module '$FEATURE' has been enabled."
                                        RELOAD="YES"
                                fi
                        fi
@@ -78,7 +78,7 @@ do
                                echo "Disabling '$FEATURE' failed. Check permissions for $ICINGA2CONFDIR/features-enabled/$FEATURE.conf"
                                        exit 1
                                else
-                                       echo "Feature '$FEATURE' was disabled."
+                                       echo "Feature '$FEATURE' has been disabled."
                                        RELOAD="YES"
                                fi
                        fi