[Pkg-nagios-changes] [pkg-icinga2] 01/01: Really enable ido-pgsql if we have to
Alexander Wirt
formorer at debian.org
Thu Jul 9 07:28:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
formorer pushed a commit to branch master
in repository pkg-icinga2.
commit c4d8f2bc59f9bafcb6c9073487918628b13d5fc2
Author: Alexander Wirt <formorer at debian.org>
Date: Thu Jul 9 09:28:02 2015 +0200
Really enable ido-pgsql if we have to
---
debian/icinga2-ido-pgsql.postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/icinga2-ido-pgsql.postinst b/debian/icinga2-ido-pgsql.postinst
index c900232..a8fe507 100644
--- a/debian/icinga2-ido-pgsql.postinst
+++ b/debian/icinga2-ido-pgsql.postinst
@@ -29,7 +29,7 @@ if [ "$1" = configure ]; then
if [ ! -L /etc/icinga2/features-enabled/ido-pgsql.conf ]
then
echo "enable ido pgsql feature"
- icinga2 feature disable ido-pgsql
+ icinga2 feature enable ido-pgsql
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