From bd7f40e53ff97456ec3e2f761240f107fc7fa16f Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Tue, 29 Jul 2014 12:13:59 +0000 Subject: Install sample configs in EXAMPLESDIR; Minor tweaks. --- databases/hbase/files/hbase-env-dist.sh.in | 4 ++++ databases/hbase/files/pkg-message.in | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 databases/hbase/files/pkg-message.in (limited to 'databases/hbase/files') diff --git a/databases/hbase/files/hbase-env-dist.sh.in b/databases/hbase/files/hbase-env-dist.sh.in index d4aa5979a6d1..24053cef3dcd 100644 --- a/databases/hbase/files/hbase-env-dist.sh.in +++ b/databases/hbase/files/hbase-env-dist.sh.in @@ -1,3 +1,7 @@ +# This file contains FreeBSD-specific configuration parameters. +# It is not supposed to be edited. It will be overwritten during upgrades. +# Edit hbase-env.sh instead. + export JAVA_HOME=%%JAVA_HOME%% export HBASE_LOG_DIR=%%HBASE_LOG_DIR%% export HBASE_PID_DIR=%%HBASE_PID_DIR%% diff --git a/databases/hbase/files/pkg-message.in b/databases/hbase/files/pkg-message.in new file mode 100644 index 000000000000..42a4e12cfe12 --- /dev/null +++ b/databases/hbase/files/pkg-message.in @@ -0,0 +1,4 @@ +******************************************************************************** +* HBase binaries are installed in %%PREFIX%%/hbase/bin/ * +* Consider adding this directory to your $PATH. * +******************************************************************************** -- cgit v1.2.3