freebsd-ports/databases/hbase/files/patch-bin-hbase
Dmitry Sivachenko 87cbbcfa72 Do install hirb.rb.
Pointed out by:	Piotr Kubaj <pkubaj@riseup.net>

Patch hbase script to use correct location of config directory.
2014-11-17 12:44:17 +00:00

10 lines
273 B
Text

--- bin/hbase.orig 2014-07-14 09:50:03.000000000 +0400
+++ bin/hbase 2014-11-17 15:26:40.000000000 +0300
@@ -55,6 +55,7 @@
bin=`dirname "$0"`
bin=`cd "$bin">/dev/null; pwd`
+export HBASE_CONF_DIR=%%ETCDIR%%
# This will set HBASE_HOME, etc.
. "$bin"/hbase-config.sh