From: Lennart Poettering Date: Mon, 25 Mar 2013 20:21:51 +0000 (+0100) Subject: update TODO X-Git-Tag: v199~30 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ee64428ec25b8ebb47beda9f6729039f496cbc51 update TODO --- diff --git a/TODO b/TODO index f218d182c..1a414d515 100644 --- a/TODO +++ b/TODO @@ -49,6 +49,10 @@ Features: * when prompting for a hdd password show GUID partition label +* document which targets shall be pulled in by users of the facility, + and which ones are to be pulled in by the implementors of the + facility. + * teach udev + logind's uaccess to somehow handle the "dead" device nodes from: /lib/modules/$(uname -r)/modules.devname and apply ACLs to them if they have TAG=="uaccess" in udev rules. @@ -56,9 +60,6 @@ Features: * clean up early boot services, and put them all before sysinit.target and leave basic.target alone. -* introduce timers.target and paths.target and automatucally order all - timers and paths before it and after sysinit.target. - * matching against units is currently broken in journalctl. We really need another AND level in the expressions, i.e. sd_journal_add_conjunction().