X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=TODO;h=ab5d503d98df6867fe6d311f573b1c8ad5999ddc;hb=5aea932fd54db835b77709ddeba30732648aae53;hp=7fb9dd3391147402ed777903fdc426307d720a0d;hpb=773ba90946e7b3bdc6162379f929eb4303f249db;p=elogind.git diff --git a/TODO b/TODO index 7fb9dd339..ab5d503d9 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,10 @@ Bugfixes: +* there is nothing to warn about here :) + $ systemctl stop systemd-udevd.service systemd-udevd-kernel.socket systemd-udevd-control.socket + Warning: Stopping systemd-udevd.service, but it can still be activated by: + systemd-udevd-control.socket + systemd-udevd-kernel.socket + * kill /etc/timezone handling entirely? What does it provide? - /etc/localtime carries the same information already: $ ls -l /etc/localtime; cat /etc/timezone @@ -47,6 +53,12 @@ Bugfixes: Features: +* remember which condition failed for services, not just the fact that something failed + +* use opterr = 0 for all getopt tools + +* properly handle loop back mounts via fstab, especially regards to fsck/passno + * allow services with no ExecStart= but with an ExecStop= * add proper journal support to "systemctl --user status ..."