aboutsummaryrefslogtreecommitdiff
path: root/textproc/elasticsearch7
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2020-06-13 22:41:04 +0000
committerGreg Lewis <glewis@FreeBSD.org>2020-06-13 22:41:04 +0000
commit00692b08fff7df373b7fd302d16e9af74c5a13ad (patch)
tree36572a25e95c9914620a5047978b884165ebcf4d /textproc/elasticsearch7
parent2836402ebf9268499bb91b96ce4f85abbb8e3e44 (diff)
downloadports-00692b08fff7df373b7fd302d16e9af74c5a13ad.tar.gz
ports-00692b08fff7df373b7fd302d16e9af74c5a13ad.zip
Fix config path message in rc script
PR: 246303 Submitted by: Sven R <admin@hackacad.net>
Notes
Notes: svn path=/head/; revision=538703
Diffstat (limited to 'textproc/elasticsearch7')
-rw-r--r--textproc/elasticsearch7/files/elasticsearch.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/elasticsearch7/files/elasticsearch.in b/textproc/elasticsearch7/files/elasticsearch.in
index 00779163c412..eea1d22a44f8 100644
--- a/textproc/elasticsearch7/files/elasticsearch.in
+++ b/textproc/elasticsearch7/files/elasticsearch.in
@@ -115,15 +115,15 @@ else
fi
if [ "x${elasticsearch_mem_min}" != "x" ]; then
- echo "The elasticsearch_mem_min variable is no longer supported please set this in %%PREFIX%%/etc/jvm.options"
+ echo "The elasticsearch_mem_min variable is no longer supported please set this in ${elasticsearch_config}/jvm.options"
exit 1;
fi
if [ "x${elasticsearch_mem_max}" != "x" ]; then
- echo "The elasticsearch_mem_max variable is no longer supported please set this in %%PREFIX%%/etc/jvm.options"
+ echo "The elasticsearch_mem_max variable is no longer supported please set this in ${elasticsearch_config}/jvm.options"
exit 1;
fi
if [ "x${elasticsearch_props}" != "x" ]; then
- echo "The elasticsearch_props variable is no longer supported please set this in %%PREFIX%%/etc/jvm.options"
+ echo "The elasticsearch_props variable is no longer supported please set this in ${elasticsearch_config}/jvm.options"
exit 1;
fi