]> git.ipfire.org Git - thirdparty/systemd.git/commit
logind: rename EnableWallMessages= configuration knob to WallMessages= (#37553)
authorLennart Poettering <lennart@poettering.net>
Wed, 21 May 2025 17:47:57 +0000 (19:47 +0200)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 17:47:57 +0000 (02:47 +0900)
commitdfc9fd0147354f9b7c06a0cd8887431db754cf27
tree00c2fa0e74014b17e7d9863a13e838864d993636
parent3c70cbae0ff15d3dc5877173015187db81e004be
logind: rename EnableWallMessages= configuration knob to WallMessages= (#37553)

We generally frown on config options that are called
EnableXYZ=/DisableXYZ=, hence drop this here too. Note that the original
sin was that the pre-existing D-Bus property already used the prefix.
But given that D-Bus properties are substantially more low-level (i.e.
developer focused) than the config knobs, let's bite the bullet and
name the configuration option cleanly, even if the dbus property carries
the damn prefix.

The knob was added post v257, hence this is not a compat break.

Follow-up for: 130698dc20df9438c3f5b79ddf2c1a1b16c3f8fc
man/logind.conf.xml
src/login/logind-core.c
src/login/logind-dbus.c
src/login/logind-gperf.gperf
src/login/logind-wall.c
src/login/logind.conf.in
src/login/logind.h