aboutsummaryrefslogtreecommitdiff
path: root/textproc/elasticsearch5/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/elasticsearch5/files/pkg-message.in')
-rw-r--r--textproc/elasticsearch5/files/pkg-message.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/textproc/elasticsearch5/files/pkg-message.in b/textproc/elasticsearch5/files/pkg-message.in
deleted file mode 100644
index fd3820bc23c0..000000000000
--- a/textproc/elasticsearch5/files/pkg-message.in
+++ /dev/null
@@ -1,26 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Please see %%ETCDIR%% for sample versions of
-elasticsearch.yml and logging.yml.
-
-ElasticSearch requires memory locking of large amounts of RAM.
-You will either need to set:
-
-sysrc elasticsearch_login_class="root"
-
-or
-
-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.
-EOM
-}
-]