summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-04-06 20:28:37 +0200
committerLennart Poettering <lennart@poettering.net>2015-04-07 15:42:25 +0200
commit2c0223282d804ec796c3dc7e0d9087717314ec6a (patch)
tree782700c3dbb6851784264042e16b1890dc2250ee
parentf5a05fb578cddcf6e46be68e4a38fdbc4b853f16 (diff)
update TODO
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index 6ac987998f..c69f1f799a 100644
--- a/TODO
+++ b/TODO
@@ -12,10 +12,6 @@ Bugfixes:
Environment=ONE='one' "TWO='two two' too" THREE=
ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO $THREE
-* MEMORY return code is overloaded for syntax errors in the command line.
- str_split_quoted() should return a real return code, so spawn_child can
- report the failure properly.
-
* When systemctl --host is used, underlying ssh connection can remain open.
bus_close does not kill children?
@@ -42,8 +38,6 @@ Before 220:
* bus-proxy: GetConnectionSELinuxSecurityContext() is completely broken
-* logind: make sure the syncrhonous polkit checks are not interactive, i.e. supporess client side interactive bus message header flag for them
-
* timer units triggering services with failing conditions run busy:
http://lists.freedesktop.org/archives/systemd-devel/2015-April/030095.html
@@ -55,8 +49,6 @@ Features:
* fstab-generator should generate systemd-fsck-root.service when
running in the initrd, and operate on the right device.
-* the default stop timeout for units is not documented anywhere.
-
* .timer units should optionally support CLOCK_BOOTTIME in addition to CLOCK_MONOTONIC
* systemd-run should support a mode where we wait for the unit to be started up