From a579d42a24245f58b2ac648f38f8f85ff7a26825 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 4 Feb 2019 10:34:11 +0100 Subject: [PATCH] NEWS fix boolean value for meson options Valid boolean values for meson are 'true' and 'false', not 'yes' and 'no'. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1f187c895ba..6ff71173f21 100644 --- a/NEWS +++ b/NEWS @@ -201,7 +201,7 @@ CHANGES WITH 240: file descriptors currently enforced (fs.file-max, fs.nr_open, RLIMIT_NOFILE hard, RLIMIT_NOFILE soft) we turn off the first two, and keep only the latter two. A set of build-time options - (-Dbump-proc-sys-fs-file-max=no and -Dbump-proc-sys-fs-nr-open=no) + (-Dbump-proc-sys-fs-file-max=false and -Dbump-proc-sys-fs-nr-open=false) has been added to revert this change in behaviour, which might be an option for systems that turn off memcg in the kernel.