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

Michael Friedrich dnsmichi-guest at moszumanska.debian.org
Wed Jul 1 10:30:54 UTC 2015


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

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

commit c62d9be3aa27391d7f9937f2677de835af90a33d
Author: Michael Friedrich <michael.friedrich at netways.de>
Date:   Wed Jul 1 12:30:17 2015 +0200

    Revert "Run 'api setup' in post install task for icinga2-bin"
    
    This reverts commit c6bbb16f115db3f285d3acf5604d38f9430c84e2.
---
 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