Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 529484 Details for
Bug 654630
app-misc/elasticsearch-6.2.3: init.d script ignores $LOG_DIR variable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
es.patch (text/plain), 895 bytes, created by
manwe
on 2018-05-02 20:11:48 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
manwe
Created:
2018-05-02 20:11:48 UTC
Size:
895 bytes
patch
obsolete
>--- a/elasticsearch 2018-05-02 16:18:42.387588784 +0200 >+++ b/elasticsearch 2018-05-02 16:14:41.814353064 +0200 >@@ -8,11 +8,11 @@ > if [ -n "${ES_INSTANCE}" ] && [ ${SVCNAME} != "elasticsearch" ]; then > ES_BASE_PATH="/var/lib/elasticsearch/${ES_INSTANCE}" > CONF_DIR="/etc/elasticsearch/${ES_INSTANCE}" >- LOG_DIR="/var/log/elasticsearch/${ES_INSTANCE}" >+ DEFAULT_LOG_DIR="/var/log/elasticsearch/${ES_INSTANCE}" > else > ES_BASE_PATH="/var/lib/elasticsearch/_default" > CONF_DIR="/etc/elasticsearch" >- LOG_DIR="/var/log/elasticsearch/_default" >+ DEFAULT_LOG_DIR="/var/log/elasticsearch/_default" > fi > > ES_HOME=${ES_HOME:="/usr/share/elasticsearch"} >@@ -23,6 +23,7 @@ > MAX_MAP_COUNT=${MAX_MAP_COUNT:=262144} > > DATA_DIR=${DATA_DIR:="${ES_BASE_PATH}/data"} >+LOG_DIR=${LOG_DIR:=$DEFAULT_LOG_DIR} > > if [ -f "${CONF_DIR}/elasticsearch.in.sh" ]; then > ES_INCLUDE="${CONF_DIR}/elasticsearch.in.sh"
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 654630
:
529406
|
529408
| 529484