X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=TODO;h=6d99afe63ba2c4591f1c1d8896ac9c922020777f;hb=b3ac5f8cb98757416d8660023d6564a7c411f0a0;hp=b9605b5b093a6681915770cd0912da185983bbe7;hpb=e146e4516b9ea9907852e7ad609de39dca9e8769;p=elogind.git diff --git a/TODO b/TODO index b9605b5b0..6d99afe63 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,17 +47,34 @@ Bugfixes: Features: -* logind: ignore inactive login screens when checking whether power key should be handled +* .journal~ files should be parsed too -* introduce log_oom() or a similar call? +* allow services with no ExecStart= but with an ExecStop= -* rename "userspace" to "core-os" +* add proper journal support to "systemctl --user status ..." + +* add _SYSTEMD_USER_UNIT= field to journal entries + +* 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 + +* journal: expose current disk usage + +* logind: return EBUSY when a session is created on a seat+VT that already has one. -* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386) +* dracut-shutdown needs to be ordered before unmounting /boot -* journalctl: add --priority switch +* wiki: document new logind LockSessions() call -* journalctl highlight lines based on priorities +* initialize the hostname from the fs label of /, if /etc/hostname does not exist? + +* 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 @@ -452,7 +477,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