[systemd-commits] 2 commits - TODO src/shared
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Aug 25 19:09:31 PDT 2014
TODO | 9 ++++++++-
src/shared/install.c | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
New commits:
commit 4fc13f521ab44eb55c599b07c18860c1aeca35a7
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Aug 26 04:03:24 2014 +0200
Revert "systemctl: fix broken list-unit-files with --root"
This reverts commit 41a451cc2901a5deb985aea4cc8de204a22e5612.
This breaks checks for masking of units file, since we invoke
null_or_empty_path() on the resulting path.
diff --git a/src/shared/install.c b/src/shared/install.c
index a07d1dd..4b09a69 100644
--- a/src/shared/install.c
+++ b/src/shared/install.c
@@ -2099,7 +2099,7 @@ int unit_file_get_list(
if (!f)
return -ENOMEM;
- f->path = path_make_absolute(de->d_name, *i);
+ f->path = path_make_absolute(de->d_name, units_dir);
if (!f->path)
return -ENOMEM;
commit 42aeb14a4a0fa7d43da96a8ed0fb0e180a2dd5c8
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Aug 26 03:59:05 2014 +0200
update TODO
diff --git a/TODO b/TODO
index 0fcd3a0..471d3b2 100644
--- a/TODO
+++ b/TODO
@@ -24,8 +24,15 @@ External:
Features:
+* remove multi-seat-x now
+
+* refcounting in sd-resolve is borked
+
+* exponential backoff in timesyncd and resolved when we cannot reach a server
+
* apply start timeout during the "initializing" manager state only,
- instead of both "initializing" and "starting".
+ instead of both "initializing" and "starting". maybe rename the
+ timeout to "initialization-timeout" then or so?
* journald: make use of uid-range.h to managed uid ranges to split
journals in.
More information about the systemd-commits
mailing list