]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TODO: switch the default wall implementation to sd-login 29127/head
authorMike Yuan <me@yhndnzj.com>
Fri, 8 Sep 2023 11:50:02 +0000 (19:50 +0800)
committerMike Yuan <me@yhndnzj.com>
Fri, 8 Sep 2023 19:24:52 +0000 (03:24 +0800)
TODO

diff --git a/TODO b/TODO
index 7e8d2a93e4df81156d267f3abcf4935ee4e0a94f..3e66361eebb08f658fbdef883f9cf970e7a568fe 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2466,3 +2466,7 @@ Features:
    - some servers don't do rapid commit without a filled in IA_NA, verify
      this behavior
    - RouteTable= ?
+
+* shared/wall: Once more programs are taught to prefer sd-login over utmp,
+  switch the default wall implementation to wall_logind
+  (https://github.com/systemd/systemd/pull/29051#issuecomment-1704917074)