From 05a4c090c2e861e830b873df6d33ec83413dae89 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 17 Nov 2013 20:09:32 +0100 Subject: [PATCH] Make sure that the icinga2-classicui package enables the command pipe. Fixes #5070 --- debian/icinga2-classicui.postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/icinga2-classicui.postinst b/debian/icinga2-classicui.postinst index 13309f56f..917dc3a02 100644 --- a/debian/icinga2-classicui.postinst +++ b/debian/icinga2-classicui.postinst @@ -30,9 +30,10 @@ setperm() { case "$1" in configure) if [ -x "`which icinga2-enable-feature`" ]; then - echo "enabling icinga2 feature compatlog and statusdata" + echo "enabling icinga2 feature compatlog, statusdata and command" icinga2-enable-feature compatlog icinga2-enable-feature statusdata + icinga2-enable-feature command echo "reloading icinga2" [ -x $(which invoke-rc.d) ] && invoke-rc.d icinga2 reload