[systemd-commits] 2 commits - Makefile.am TODO
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Dec 11 05:56:52 PST 2014
Makefile.am | 2 +-
TODO | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
New commits:
commit 1ed09c449185941fe145b66a0ea7be7df6a07058
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Dec 11 14:56:33 2014 +0100
build-sys: fix user unit m4 logic
diff --git a/Makefile.am b/Makefile.am
index 5c8f6a6..9255fcf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5955,7 +5955,7 @@ units/%: units/%.m4
$(AM_V_at)$(MKDIR_P) $(dir $@)
$(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_SYSTEM=1 < $< > $@
-units/user/%: units/%.m4
+units/user/%: units/user/%.m4
$(AM_V_at)$(MKDIR_P) $(dir $@)
$(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@
commit 494bf20a2f1f1911db0e478a97e15d2d270e8d24
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Dec 11 01:53:43 2014 +0100
update TODO
diff --git a/TODO b/TODO
index 954f312..89dbd13 100644
--- a/TODO
+++ b/TODO
@@ -74,10 +74,6 @@ Features:
* timedated should compensate on SetTime for the time spent in polkit
-* figure out what to do with libmount and utab?
-
-* We really should have a FOREACH macro to iterate through inotify events we read, similar to KDBUS_FOREACH_ITEM
-
* figure out when we can use the coarse timers
* sd-resolve: drop res_query wrapping, people should call via the bus to resolved instead
More information about the systemd-commits
mailing list