update TODO

This commit is contained in:
Lennart Poettering 2013-04-08 15:23:43 +02:00
parent 62b95b8b40
commit b6b7d43379
2 changed files with 5 additions and 0 deletions

3
TODO
View File

@ -46,6 +46,9 @@ Fedora 19:
Features:
* systemd-delta needs to be made aware of *.d/*.conf drop-in files for
units.
* seems that when we follow symlinks to units we prefer the symlink
destination path over /etc and /usr. We shouldn't do that. Instead
/etc should always override /run+/usr and also any symlink

View File

@ -33,6 +33,8 @@ extern "C" {
#endif
/* TODO:
* - rewrite message_read_ap() and message_append_ap() to be non-recursive.
*
* - add page donation logic
* - api for appending/reading fixed arrays
* - merge busctl into systemctl or so?