[systemd-commits] 2 commits - src/main.c TODO

Lennart Poettering lennart at kemper.freedesktop.org
Mon Jun 20 08:49:51 PDT 2011


 TODO       |    6 ++++++
 src/main.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 8003c705f2d1000abaf87ebe56f022b8324d78cc
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Jun 20 17:49:22 2011 +0200

    update TODO

diff --git a/TODO b/TODO
index ff18af2..a029ddb 100644
--- a/TODO
+++ b/TODO
@@ -74,6 +74,12 @@ Features:
 
 * show enablement status in systemctl status
 
+* support SYSTEMD_PAGER taking precedence over PAGER
+
+* fix upstart reboot compat call
+
+* In systemctl make sure both is-enabled and is-active print a string, or neither.
+
 * when failing to start a service due to ratelimiting, try again later, if restart=always is set
 
 * write blog stories about:

commit f8e08a77e7bbea802b50adcb442f99af462fa96e
Author: Michal Vyskocil <mvyskocil at suse.cz>
Date:   Mon Jun 20 10:59:05 2011 +0200

    main: Fix a typo emergency shall->emergency shell

diff --git a/src/main.c b/src/main.c
index 68328b7..11379f6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -169,7 +169,7 @@ _noreturn_ static void crash(int sig) {
                         _exit(1);
                 }
 
-                log_info("Successfully spawned crash shall as pid %lu.", (unsigned long) pid);
+                log_info("Successfully spawned crash shell as pid %lu.", (unsigned long) pid);
         }
 
         log_info("Freezing execution.");



More information about the systemd-commits mailing list