[Pkg-nagios-changes] [pkg-icinga2] 12/15: Use new commandline interface in classicui postinst

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 4833ceee1c70af08509cef5db78af0f3eabe2acf
Author: Alexander Wirt <formorer at debian.org>
Date:   Thu Nov 20 09:52:58 2014 +0100

    Use new commandline interface in classicui postinst
---
 debian/icinga2-classicui.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/icinga2-classicui.postinst b/debian/icinga2-classicui.postinst
index 57efaf2..e01f1dc 100644
--- a/debian/icinga2-classicui.postinst
+++ b/debian/icinga2-classicui.postinst
@@ -37,7 +37,7 @@ is_fresh_install()
 enable_features_for_classic() {
     if is_fresh_install $@; then
         echo "enabling icinga2 features for classicui"
-        icinga2-enable-feature compatlog statusdata command
+        icinga2 feature enable compatlog statusdata command
 
         echo "reloading icinga2"
         [ -x $(which invoke-rc.d) ] && invoke-rc.d icinga2 reload

-- 
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