From: Lennart Poettering Date: Thu, 17 Jan 2013 01:49:57 +0000 (+0100) Subject: update TODO X-Git-Tag: v198~501 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7f8732835295fce29479b1afc9e8ee801852db09 update TODO --- diff --git a/TODO b/TODO index 296d4c075..d91eb366f 100644 --- a/TODO +++ b/TODO @@ -23,10 +23,6 @@ Features: * logind: make PrepareForSuspend(false) an official api for notification of resumes -* ExecStartPre= with an empty string should reset the list of commands to invoke - -* refuse instantiation of proc.mount and mount units for all other API fs - * "systemctl disable" on a static unit prints no message and does nothing. "systemctl enable" does nothing, and gives a bad message about it. Should fix both to print nice actionable messages. @@ -118,7 +114,9 @@ Features: * libunwind support for coredump pattern hook, and includes this in the message for coredumps. After all, libunwind is now capable to unwind coredumps since a few weeks ago. This probably requires that - we have nice support for multi-line messages on display in logs-show.c. + we have nice support for multi-line messages on display in + logs-show.c. Alternatively: use libelfutil, which seems to be the + better supported alternative. * figure out relation of --all and --full in the various tools @@ -214,8 +212,6 @@ Features: * document that deps in [Unit] sections ignore Alias= fileds in [Install] units of other units, unless those units are disabled -* systemctl: when powering down/suspending check for inhibitors, and warn. - * instantiated [Install] for target units https://bugs.freedesktop.org/show_bug.cgi?id=54377 @@ -324,9 +320,6 @@ Features: * journald: we currently rotate only after MaxUse+MaxFilesize has been reached. -* Document: - - PID 1 D-Bus API - * introduce Type=pid-file * maybe allow services with ExecStop= set, but no ExecStart=? @@ -364,9 +357,6 @@ Features: * readahead: when bumping /sys readahead variable save mtime and compare later to detect changes -* (attempt to) make Debianites happy: - - add syntax to reset ExecStart= lists (and similar) - * move passno parsing to fstab generator * improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT, @@ -481,7 +471,7 @@ Features: * when a bus name of a service disappears from the bus make sure to queue further activation requests -* something like ConditionExec= or ExecStartPre= without failure state +* something like ConditionExec= or ExecCondition= without failure state * tmpfiles: apply "x" on "D" too (see patch from William Douglas)