From: Mike Yuan Date: Fri, 8 Sep 2023 11:50:02 +0000 (+0800) Subject: TODO: switch the default wall implementation to sd-login X-Git-Tag: v255-rc1~540^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7af442cf63acb35006e36d4878ee3e83139dac4f;p=thirdparty%2Fsystemd.git TODO: switch the default wall implementation to sd-login --- diff --git a/TODO b/TODO index 7e8d2a93e4d..3e66361eebb 100644 --- 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)