From 2c0223282d804ec796c3dc7e0d9087717314ec6a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 6 Apr 2015 20:28:37 +0200 Subject: [PATCH] update TODO --- TODO | 8 -------- 1 file changed, 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