chiark / gitweb /
consolidate TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 13 Jul 2011 20:05:35 +0000 (22:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 Jul 2011 20:05:35 +0000 (22:05 +0200)
TODO
src/logind.h

diff --git a/TODO b/TODO
index 0d6ac4130c87da6d37bd9faf4cf21a38d46f6772..fa90ae7dc54323f5fb4e67ced3da08027e8f9619 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,15 +24,17 @@ Features:
 
 * logind: implement shutdown service
 
+* logind: non-local X11 server handling
+
+* logind: use sysfs path in device hash table instead of syname, as soon as fb driver is fixed
+
+* logind: add direct client API
+
 * possibly apply systemd-sysctl per network device subtrees on hotplug
 
 * implement Register= switch in .socket units to enable registration
   in Avahi, RPC and other socket registration services.
 
-* Remove kill_mode parameter to kill bus calls
-
-* Fix nspawn to not read-only mount /selinux on the host system
-
 * make sure people don't leave processes around after ExecStartPre=
 
 * make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
index 1f5f9fe4a6dba927dc55aee3039b60da6c4b855b..5a487569822f65badc4e3fe10877b36e098f8b78 100644 (file)
 #include "hashmap.h"
 #include "cgroup-util.h"
 
-/* TODO:
- *
- * spawn user systemd
- * direct client API
- *
- * udev:
- * use sysfs in device hash table, not sysname, when fb driver is fixed
- *
- * non-local X11 server
- * reboot/shutdown halt management
- */
-
 typedef struct Manager Manager;
 
 #include "logind-device.h"