]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 6915/head
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Sep 2017 16:00:38 +0000 (18:00 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Sep 2017 16:00:38 +0000 (18:00 +0200)
TODO

diff --git a/TODO b/TODO
index b638ab95c85e72b52713f049402e4d4e659f0c73..dacce6cee0e67b10a8fbd06b6ca2d75dc0619c0b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,12 +26,6 @@ Features:
 
 * replace all uses of fgets() + LINE_MAX by read_line()
 
-* fix logging in execute.c: extend log.c to have an optional mode where
-  log_open() is implicitly done before each log line and log_close() right
-  after. This way we don't have open fds around but logs will still
-  work. Because it is slow this mode should used exclusively in the execute.c
-  case.
-
 * set IPAddressDeny=any on all services that shouldn't do networking (possibly
   combined with IPAddressAllow=localhost).