FreeBSD Bugzilla – Attachment 165059 Details for
Bug 205868
databases/opentsdb: Fix wrong path searching for logging.xml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated my patch using prefix instead of sysconfdir
opentsdb_sysconfig.diff (text/plain), 733 bytes, created by
Davide D'Amico
on 2016-01-04 15:00:14 UTC
(
hide
)
Description:
Updated my patch using prefix instead of sysconfdir
Filename:
MIME Type:
Creator:
Davide D'Amico
Created:
2016-01-04 15:00:14 UTC
Size:
733 bytes
patch
obsolete
>--- Makefile.orig 2016-01-04 04:16:51.446052000 -0500 >+++ Makefile 2016-01-04 09:55:55.342634000 -0500 >@@ -46,6 +46,7 @@ > post-patch: > ${REINPLACE_CMD} -i "" -e "s|python|${PYTHON_CMD}|" ${WRKSRC}/build-aux/gen_build_data.sh > #${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile.in >+ ${REINPLACE_CMD} -i "" -e "s|sysconfigdir|prefix|" ${WRKSRC}/Makefile.in > ${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/src/utils/Config.java > ${REINPLACE_CMD} -i "" -e "s|tsd.http.staticroot =|tsd.http.staticroot = ${DATADIR}/static|; s|tsd.http.cachedir =|tsd.http.cachedir = /tmp/opentsdb|; s|tsd.network.port =|tsd.network.port = 4242|;" ${WRKSRC}/src/opentsdb.conf >
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 205868
:
165042
|
165058
| 165059 |
165084