X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=5a556a054bc868f21d60c403131c4f729da84645;hb=9cb48731b29f508178731b45b0643c816800c05e;hp=618349a3a20467a384d9b67957307095efb9980f;hpb=decab96090593d617bfd576cb68253a6e082309b;p=elogind.git diff --git a/TODO b/TODO index 618349a3a..5a556a054 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,19 +47,30 @@ Bugfixes: Features: -* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist. +* add proper journal support to "systemctl --user status ..." -* logind: ignore inactive login screens when checking whether power key should be handled +* add _SYSTEMD_USER_UNIT= field to journal entries -* introduce log_oom() or a similar call? +* remove Fedora /dev/null logic from localed.c, now that system-config-keyboard is gone + delete /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf from spec file -* rename "userspace" to "core-os" +* journal: expose current disk usage + +* logind: return EBUSY when a session is created on a seat+VT that already has one. + +* dracut-shutdown needs to be ordered before unmounting /boot -* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386) +* wiki: document new logind LockSessions() call -* journalctl: add --priority switch +* initialize the hostname from the fs label of /, if /etc/hostname does not exist? -* journalctl highlight lines based on priorities +* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default + +* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist. + +* logind: ignore inactive login screens when checking whether power key should be handled + +* rename "userspace" to "core-os" * systemctl: "Journal has been rotated since unit was started." message is misleading