[Pkg-nagios-changes] [pkg-icinga2] 01/01: Revert "Run 'api setup' in post install task for icinga2-bin"

Gunnar Beutner shroud-guest at moszumanska.debian.org
Thu Nov 5 14:35:46 UTC 2015


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

shroud-guest pushed a commit to branch development
in repository pkg-icinga2.

commit d179c80849ee8b4285b1c31c968b2f713c19ab56
Author: Gunnar Beutner <gunnar at beutner.name>
Date:   Thu Nov 5 15:34:48 2015 +0100

    Revert "Run 'api setup' in post install task for icinga2-bin"
    
    This reverts commit 9fb7a43f0abad92c2e8938ef75516e48a655dfc3.
---
 debian/icinga2-bin.postinst | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/debian/icinga2-bin.postinst b/debian/icinga2-bin.postinst
index c587aa6..52d78ae 100644
--- a/debian/icinga2-bin.postinst
+++ b/debian/icinga2-bin.postinst
@@ -21,17 +21,10 @@ enable_default_features() {
     # handle new default features here in the future
 }
 
-api_setup() {
-    # 'api setup' does not override already enabled api feature
-    icinga2 api setup
-}
-
 case "$1" in
     configure)
         # enable default features
         enable_default_features $@
-        # api setup
-        api_setup $@
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

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