diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-07-29 12:13:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-07-29 12:13:59 +0000 |
commit | bd7f40e53ff97456ec3e2f761240f107fc7fa16f (patch) | |
tree | a41074ccb1da011ac9f11743e43ce5cb74672025 /databases/hbase/files | |
parent | Update to 0.5.4 (diff) |
Install sample configs in EXAMPLESDIR;
Minor tweaks.
Diffstat (limited to 'databases/hbase/files')
-rw-r--r-- | databases/hbase/files/hbase-env-dist.sh.in | 4 | ||||
-rw-r--r-- | databases/hbase/files/pkg-message.in | 4 |
2 files changed, 8 insertions, 0 deletions
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. * +******************************************************************************** |