FreeBSD Bugzilla – Attachment 144325 Details for
Bug 191536
[PATCH] devel/zookeeper rc.d script do not starts when running using /usr/sbin/service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for fixing problem
zookeeper-rcd.diff (text/plain), 1.24 KB, created by
Radim Kolar
on 2014-07-01 22:03:58 UTC
(
hide
)
Description:
patch for fixing problem
Filename:
MIME Type:
Creator:
Radim Kolar
Created:
2014-07-01 22:03:58 UTC
Size:
1.24 KB
patch
obsolete
>===> Generating patch >===> Viewing diff with less >diff -ruN /usr/ports/devel/zookeeper/Makefile ./Makefile >--- /usr/ports/devel/zookeeper/Makefile 2014-04-25 16:13:06.000000000 +0200 >+++ ./Makefile 2014-07-01 23:37:12.000000000 +0200 >@@ -3,6 +3,7 @@ > > PORTNAME= zookeeper > PORTVERSION= 3.4.6 >+PORTREVISION= 1 > CATEGORIES= devel java > MASTER_SITES= ${MASTER_SITE_APACHE} > MASTER_SITE_SUBDIR= zookeeper/zookeeper-${PORTVERSION} >@@ -36,6 +37,16 @@ > PORTVERSION=${PORTVERSION} \ > RESETPREFIX=${PREFIX} > >+ZOOKEEPER_LOGDIR?= /var/log/${PORTNAME} >+ZOOKEEPER_RUNDIR?= /var/run/${PORTNAME} >+ >+SUB_LIST+= ZOOKEEPER_LOGDIR=${ZOOKEEPER_LOGDIR} \ >+ ZOOKEEPER_RUNDIR=${ZOOKEEPER_RUNDIR} >+post-patch: >+.for f in ${SCRIPTS} >+ ${REINPLACE_CMD} -e "s|bash|${LOCALBASE}/bin/bash|" ${WRKSRC}/bin/${f} >+.endfor >+ > do-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} > ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/bin >diff -ruN /usr/ports/devel/zookeeper/files/zookeeper.in ./files/zookeeper.in >--- /usr/ports/devel/zookeeper/files/zookeeper.in 2014-01-24 01:14:07.000000000 +0100 >+++ ./files/zookeeper.in 2014-07-01 23:56:37.000000000 +0200 >@@ -34,6 +34,7 @@ > > zookeeper_command() > { >+ export JAVA_HOME=%%LOCALBASE%%/openjdk7 > ${command} ${rc_arg} > } > >====> Cleaning up >===> Done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191536
:
144325
|
144332