1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

Add short message describing where oozie was installed.

This commit is contained in:
Dmitry Sivachenko 2015-04-05 10:18:19 +00:00
parent 9a27bca36c
commit 1bdf4fe05e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383284
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ USERS= ${OOZIE_USER}
GROUPS= ${OOZIE_USER}
USE_RC_SUBR= oozied
SUB_FILES= pkg-message
PLIST_SUB= OOZIE_USER=${OOZIE_USER} \
OOZIE_RUNDIR=${OOZIE_RUNDIR} \
OOZIE_LOGDIR=${OOZIE_LOGDIR} \

View File

@ -0,0 +1,3 @@
Oozie was installed into %%PREFIX%%/oozie directory. Consider adding
%%PREFIX%%/oozie/bin to your $PATH.