Systemd/sysctl.d
Zbigniew Jędrzejewski-Szmek 2c201c2140 meson: use booleans for conf.set and drop unecessary conditionals
Using conf.set() with a boolean argument does the right thing:
either #ifdef or #undef. This means that conf.set can be used unconditionally.

Previously I used '1' as the placeholder value, and that needs to be changed to
'true' for consistency (under meson 1 cannot be used in boolean context). All
checks need to be adjusted.
2017-05-02 16:29:11 -04:00
..
.gitignore sysctl: add 50-default.conf 2013-03-15 16:37:58 +01:00
50-coredump.conf.in coredump: honour RLIMIT_CORE when saving/processing coredumps 2016-02-10 16:08:32 +01:00
50-default.conf sysctl.d: replace URL of SysRq key documentation (#5274) 2017-02-08 19:42:43 +01:00
Makefile journal: hook up coredumping with journal 2012-01-14 01:54:33 +01:00
meson.build meson: use booleans for conf.set and drop unecessary conditionals 2017-05-02 16:29:11 -04:00