]> granicus.if.org Git - icinga2/commitdiff
Make sure that the icinga2-classicui package enables the command pipe.
authorGunnar Beutner <gunnar@beutner.name>
Sun, 17 Nov 2013 19:09:32 +0000 (20:09 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 17 Nov 2013 19:10:12 +0000 (20:10 +0100)
Fixes #5070

debian/icinga2-classicui.postinst

index 13309f56f5158285493e8f7bee1a34545ab0c403..917dc3a02fdd874a536c094accb5bc75f3b520e0 100644 (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