Summary: | [PATCH] devel/zookeeper rc.d script do not starts when running using /usr/sbin/service | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Radim Kolar <hsn> | ||||||
Component: | Individual Port(s) | Assignee: | Steven Kreuzer <skreuzer> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | hsn, skreuzer | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | i386 | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Radim Kolar
2014-07-01 20:51:29 UTC
Created attachment 144325 [details]
patch for fixing problem
patch tested on FreeBSD 10
Created attachment 144332 [details]
patch for port
Patch improved:
- added ability to disable JMX in zookeeper by setting zookeeper_jmx=NO
- link to command line client zkCli.sh added to ${PREFIX}/bin
A commit references this bug: Author: skreuzer Date: Tue Jul 22 15:25:14 UTC 2014 New revision: 362548 URL: http://svnweb.freebsd.org/changeset/ports/362548 Log: Fix issue preventing zookeeper from starting when using service(8) Add ability to disable JMX in zookeeper by setting zookeeper_jmx=NO Link to command line client zkCli.sh added to ${PREFIX}/bin PR: 191536 Submitted by: Radim Kolar <hsn@sendmail.cz> Changes: head/devel/zookeeper/Makefile head/devel/zookeeper/files/zookeeper.in head/devel/zookeeper/pkg-plist |