[systemd-commits] src/login TODO

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Thu Feb 14 13:17:06 PST 2013


 TODO               |    2 --
 src/login/logind.c |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 39ccc87c8a70cbe8a02e681cda280baee91b2907
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Thu Feb 14 22:16:58 2013 +0100

    update TODO

diff --git a/TODO b/TODO
index 843b587..0905e82 100644
--- a/TODO
+++ b/TODO
@@ -542,8 +542,6 @@ External:
 * 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)
 
diff --git a/src/login/logind.c b/src/login/logind.c
index 680bc1f..bb34a7f 100644
--- a/src/login/logind.c
+++ b/src/login/logind.c
@@ -1463,7 +1463,7 @@ int manager_dispatch_idle_action(Manager *m) {
 
         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



More information about the systemd-commits mailing list