X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=8acf45edea7b7448a28ae7ffa2c21a3ebd4ced57;hp=8e6914ff98e9592f9980531148ae147ff0781aba;hb=de2c390731e563db0ee383bfd0073fdbef643ca2;hpb=dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7 diff --git a/TODO b/TODO index 8e6914ff9..8acf45ede 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,12 @@ Bugfixes: +* kill /etc/timezone handling entirely? What does it provide? + - /etc/localtime carries the same information already: + $ ls -l /etc/localtime; cat /etc/timezone + lrwxrwxrwx 1 root root 33 Jul 27 09:55 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin + Europe/Berlin + - systemd enforces /usr to be available at bootup, so we can + enforce the use of the symlink + * remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the future; https://bugzilla.redhat.com/show_bug.cgi?id=813563 @@ -39,6 +47,8 @@ Bugfixes: Features: +* allow services with no ExecStart= but with an ExecStop= + * add proper journal support to "systemctl --user status ..." * add _SYSTEMD_USER_UNIT= field to journal entries @@ -465,7 +475,7 @@ Regularly: * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel -* %m in printf() instead of strerror(); +* %m in printf() instead of strerror(errno); * pahole