From: Lennart Poettering Date: Fri, 25 Oct 2024 11:57:44 +0000 (+0200) Subject: update TODO X-Git-Tag: v257-rc1~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a586f57eb2c5b327aa7b4004b0b24c5d0055c10d;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 889b4576efa..c0052c56727 100644 --- a/TODO +++ b/TODO @@ -129,6 +129,11 @@ Deprecations and removals: Features: +* $LISTEN_PID, $MAINPID and $SYSTEMD_EXECPID env vars that the service manager + sets should be augmented with $LISTEN_PIDFDID, $MAINPIDFDID and + $SYSTEMD_EXECPIDFD (and similar for other env vars we might send). Also, + MAINPID= in sd_notify() should be augmented with MAINPIDFDID=, and so on. + * port copy.c over to use LabelOps for all labelling. * port remaining getmntent() users over to libmount. There are subtle