diff options
| author | Robert Gogolok <gogolok@gmail.com> | 2026-03-10 22:40:26 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-03-10 22:42:59 +0000 |
| commit | c97f206e9e7ff9c504ecd425e71183f0526a7f6b (patch) | |
| tree | 54c474594b6d3705f8537d63640a0cf1a52c2060 | |
| parent | 8605c56f1bb289a879a158d6b3a72ec02c4d84d0 (diff) | |
textproc/elasticsearch7: Correct product name
Rename ElasticSearch to Elasticsearch in the file pkg-message.
PR: 261591
Approved by: elastic (maintainer, timeout 4+ years)
| -rw-r--r-- | textproc/elasticsearch7/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/elasticsearch7/files/pkg-message.in b/textproc/elasticsearch7/files/pkg-message.in index 2182e1a8789b..894d1d400be1 100644 --- a/textproc/elasticsearch7/files/pkg-message.in +++ b/textproc/elasticsearch7/files/pkg-message.in @@ -4,7 +4,7 @@ Please see %%ETCDIR%% for sample versions of elasticsearch.yml and logging.yml. -ElasticSearch requires memory locking of large amounts of RAM. +Elasticsearch requires memory locking of large amounts of RAM. You may need to set: sysctl security.bsd.unprivileged_mlock=1 @@ -17,7 +17,7 @@ for the jail running elasticsearch instance. !!! PLUGINS NOTICE !!! -ElasticSearch plugins should only be installed via the elasticsearch-plugin +Elasticsearch plugins should only be installed via the elasticsearch-plugin included with this software. As we strive to provide a minimum semblance of security, the files installed by the package are owned by root:wheel. This is different than upstream which expects all of the files to be |
