Bug#839184: zkCli.sh unusable as packaged

2016-10-07 Thread Felix Dreissig
Tags: patch Hi, sorry, I broke this with the patch from #830222: In commit 8c69d33, I moved the "JAVA" environment variable to the init script, as it cannot not be used in the systemd unit file (that requires absolute executable paths). However, other ZooKeeper tools rely on it being set in

Bug#839184: zkCli.sh unusable as packaged

2016-09-29 Thread Cliff Kilby
Package: zookeeper Version: 3.4.9-1 Invoking zkCli fails due to an undeclared variable. $ /usr/share/zookeeper/bin/zkCli.sh -server $(hostname):2181 /usr/share/zookeeper/bin/zkCli.sh: line 39: : command not found Line 39 contains $JAVA, which is not set anywhere in 3.4.9. It was previously set