[Pkg-nagios-changes] [pkg-icinga2] 08/15: Update postinst script to new cli command style

Alexander Wirt formorer at debian.org
Thu Nov 20 13:22:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

formorer pushed a commit to branch master
in repository pkg-icinga2.

commit 87415d0336c8c3661059b8c98bc4098317c92812
Author: Alexander Wirt <formorer at debian.org>
Date:   Thu Nov 20 09:34:59 2014 +0100

    Update postinst script to new cli command style
---
 debian/icinga2-common.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/icinga2-common.postinst b/debian/icinga2-common.postinst
index 487f45a..9855ed3 100644
--- a/debian/icinga2-common.postinst
+++ b/debian/icinga2-common.postinst
@@ -29,7 +29,7 @@ enable_default_features() {
     if is_fresh_install $@ \
        || dpkg --compare-versions "$2" lt "$FIX_VERSION"; then
         echo "enabling default icinga2 features"
-        icinga2-enable-feature checker notification mainlog
+        icinga2 feature enable checker notification mainlog
     fi
     # handle new default features here in the future
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git



More information about the Pkg-nagios-changes mailing list