From: Christian Hesse Date: Mon, 4 Feb 2019 09:34:11 +0000 (+0100) Subject: NEWS fix boolean value for meson options X-Git-Tag: v241~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a579d42a24245f58b2ac648f38f8f85ff7a26825;p=thirdparty%2Fsystemd.git NEWS fix boolean value for meson options Valid boolean values for meson are 'true' and 'false', not 'yes' and 'no'. --- 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.