chiark / gitweb /
update TODO
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 14 Feb 2013 21:16:58 +0000 (22:16 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 14 Feb 2013 21:16:58 +0000 (22:16 +0100)
TODO
src/login/logind.c

diff --git a/TODO b/TODO
index 843b5878e6510c5605a4335273522eb7193a6017..0905e82b0409e6df47b6cced7592a2594060a1d4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -542,8 +542,6 @@ External:
 * kernel: add device_type = "fb", "fbcon" to class "graphics"
 
 * bootchart:
 * kernel: add device_type = "fb", "fbcon" to class "graphics"
 
 * bootchart:
-   - use conf_parser for bootchart.conf
-   - change config options to CamelCase
    - plot per-process IO utilization
    - group processes based on service association (cgroups)
 
    - plot per-process IO utilization
    - group processes based on service association (cgroups)
 
index 680bc1fcdff07905e88dd63c903468d0399345ee..bb34a7f362da421e70183cf6a93cc1a1811012dc 100644 (file)
@@ -1463,7 +1463,7 @@ int manager_dispatch_idle_action(Manager *m) {
 
         r = manager_get_idle_hint(m, &since);
         if (r <= 0)
 
         r = manager_get_idle_hint(m, &since);
         if (r <= 0)
-                /* Not idle. Let's check if after a timeout it it might be idle then. */
+                /* Not idle. Let's check if after a timeout it might be idle then. */
                 timespec_store(&its.it_value, n + m->idle_action_usec);
         else {
                 /* Idle! Let's see if it's time to do something, or if
                 timespec_store(&its.it_value, n + m->idle_action_usec);
         else {
                 /* Idle! Let's see if it's time to do something, or if