]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS fix boolean value for meson options
authorChristian Hesse <mail@eworm.de>
Mon, 4 Feb 2019 09:34:11 +0000 (10:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 4 Feb 2019 09:43:04 +0000 (10:43 +0100)
Valid boolean values for meson are 'true' and 'false',
not 'yes' and 'no'.

NEWS

diff --git a/NEWS b/NEWS
index 1f187c895babef16f927b5a6147c5e1ba9ca02f8..6ff71173f21231b684ece22f5e5041aef6ddad60 100644 (file)
--- 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.