textproc/elasticsearch6: Update pkg-message

"bootstrap.system_call_filter: false" does not need to be set on
ElasticSearch 6.2.2 for a successful bootstrap on FreeBSD
This commit is contained in:
Mark Felder 2018-03-02 18:13:01 +00:00
parent 1b4813b24c
commit 69f3ca0603
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463424
2 changed files with 1 additions and 8 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= elasticsearch PORTNAME= elasticsearch
PORTVERSION= 6.2.2 PORTVERSION= 6.2.2
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES= textproc java devel CATEGORIES= textproc java devel
MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \
http://mirrors.rit.edu/zi/ http://mirrors.rit.edu/zi/

View file

@ -14,11 +14,4 @@ sysctl security.bsd.unprivileged_mlock=1
to prevent the process from failing the bootstrap. 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.
====================================================================== ======================================================================