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

Lennart Poettering lennart at kemper.freedesktop.org
Thu Dec 15 09:48:32 PST 2011


 TODO       |    2 ++
 src/fsck.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit b911442003350c56673e5689328f173ed03bbabd
Author: Gregs Gregs <gregpuppy01 at yahoo.gr>
Date:   Mon Nov 14 19:58:03 2011 +0200

    fsck: Fix typo in comment

diff --git a/src/fsck.c b/src/fsck.c
index 3477ba1..d3ac83c 100644
--- a/src/fsck.c
+++ b/src/fsck.c
@@ -80,7 +80,7 @@ static void start_target(const char *target, bool isolate) {
 
         if (!(reply = dbus_connection_send_with_reply_and_block(bus, m, -1, &error))) {
 
-                /* Don't print a waring if we aren't called during
+                /* Don't print a warning if we aren't called during
                  * startup */
                 if (!dbus_error_has_name(&error, BUS_ERROR_NO_SUCH_JOB))
                         log_error("Failed to start unit: %s", bus_error_message(&error));

commit c77b7f7f82683f10e44e9ea54107d4a91feb08e3
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Dec 14 17:03:50 2011 +0100

    update TODO

diff --git a/TODO b/TODO
index 5303497..a8ab352 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,8 @@ Features:
 
 * when an instanced service exits, remove its parent cgroup too if possible.
 
+* Make libselinux, libattr, libcap, libdl dependencies only of the tools which actually need them.
+
 * as Tom Gundersen pointed out there's a always a dep loop if people use crypto file systems with random keys
 
 * unset container= in PID1?



More information about the systemd-commits mailing list