summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2019-02-04 10:34:11 +0100
committerLennart Poettering <lennart@poettering.net>2019-02-04 10:43:04 +0100
commita579d42a24245f58b2ac648f38f8f85ff7a26825 (patch)
treeb64c7e05c55bfb5ad691a60c31f0dbc9ce6c2d9b /NEWS
parentb8cd434d201c267209845106d1a7b91745302d93 (diff)
downloadsystemd-a579d42a24245f58b2ac648f38f8f85ff7a26825.tar.gz
NEWS fix boolean value for meson options
Valid boolean values for meson are 'true' and 'false', not 'yes' and 'no'.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1f187c895b..6ff71173f2 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.