mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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/
|
||||
|
|
|
@ -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.
|
||||
|
||||
======================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue