diff options
author | Mark Felder <feld@FreeBSD.org> | 2018-03-02 18:13:01 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2018-03-02 18:13:01 +0000 |
commit | 69f3ca06037980b9bd8083387ee9bb90a784b4cc (patch) | |
tree | 48b83247035f4a518c890df86ce9e078f489052a /textproc/elasticsearch6 | |
parent | 1b4813b24c7d7d4f3340e9ae95a8f31d3891750c (diff) |
Notes
Diffstat (limited to 'textproc/elasticsearch6')
-rw-r--r-- | textproc/elasticsearch6/Makefile | 2 | ||||
-rw-r--r-- | textproc/elasticsearch6/files/pkg-message.in | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/textproc/elasticsearch6/Makefile b/textproc/elasticsearch6/Makefile index 7b88fc0a8462..c68b39e6150a 100644 --- a/textproc/elasticsearch6/Makefile +++ b/textproc/elasticsearch6/Makefile @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 6.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ diff --git a/textproc/elasticsearch6/files/pkg-message.in b/textproc/elasticsearch6/files/pkg-message.in index f94be9023f6a..8c86afa488c4 100644 --- a/textproc/elasticsearch6/files/pkg-message.in +++ b/textproc/elasticsearch6/files/pkg-message.in @@ -14,11 +14,4 @@ sysctl security.bsd.unprivileged_mlock=1 to prevent the process from failing the bootstrap. -Do note that you need to set - -bootstrap.system_call_filter: false - -in your elasticsearch.yml file to successfully bootstrap on non-Linux -OSes now. - ====================================================================== |