GitHub user junjihashimoto opened a pull request:
https://github.com/apache/zookeeper/pull/4
Fixed package-script for chown-error
When the package is installed, dpkg outputs "chown: invalid user:
`zookeeper:hadoop'".
So fixed debian-package's install script(postrm and preinst).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/junjihashimoto/zookeeper feature/package
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/4.patch
----
commit 412747d143d2941f3711ca5e465f29c1e22b3540
Author: Junji Hashimoto <[email protected]>
Date: 2013-04-08T02:59:09Z
Fixed package-script for chown-error
----