Make sure that the icinga2-classicui package enables the command pipe.

Fixes #5070
This commit is contained in:
Gunnar Beutner 2013-11-17 20:09:32 +01:00
parent 64dc5e9d00
commit 05a4c090c2
1 changed files with 2 additions and 1 deletions

View File

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