diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-08 15:23:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-08 15:23:52 +0200 |
commit | b6b7d4337976eeac610b9ed2c3e1fd596a247b14 (patch) | |
tree | 233364b994cf3ffcd709e65aa0ac8faa91919321 | |
parent | 62b95b8b402c0436908cadd7f049a2d0dc677ecc (diff) |
update TODO
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | src/systemd/sd-bus.h | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -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 diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h index 5dcc5014cf..45b264ab1c 100644 --- a/src/systemd/sd-bus.h +++ b/src/systemd/sd-bus.h @@ -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? |