[systemd-commits] Makefile.am TODO

Kay Sievers kay at kemper.freedesktop.org
Wed Apr 18 07:14:57 PDT 2012


 Makefile.am |    8 ++++----
 TODO        |    2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 88f642c00b1708c5e0203c1753a9ef91d1de5442
Author: Kay Sievers <kay at vrfy.org>
Date:   Wed Apr 18 16:13:37 2012 +0200

    build-sys: move dev-setup to label.la

diff --git a/Makefile.am b/Makefile.am
index 0285c8b..a84cc13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -559,9 +559,7 @@ libsystemd_shared_la_SOURCES = \
 	src/shared/specifier.c \
 	src/shared/specifier.h \
 	src/shared/spawn-polkit-agent.c \
-	src/shared/spawn-polkit-agent.h \
-	src/shared/dev-setup.c \
-	src/shared/dev-setup.h
+	src/shared/spawn-polkit-agent.h
 
 libsystemd_shared_la_CFLAGS = \
 	$(AM_CFLAGS) \
@@ -602,7 +600,9 @@ libsystemd_label_la_SOURCES = \
 	src/shared/mkdir.c \
 	src/shared/mkdir.h \
 	src/shared/ask-password-api.c \
-	src/shared/ask-password-api.h
+	src/shared/ask-password-api.h \
+	src/shared/dev-setup.c \
+	src/shared/dev-setup.h
 
 libsystemd_label_la_CFLAGS = \
 	$(AM_CFLAGS) \
diff --git a/TODO b/TODO
index c85848d..856d449 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,8 @@ Bugfixes:
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
 Features:
+* nspawn wants dev_setup() for /dev/fd/ and friends?
+
 * selinux: merge systemd selinux access controls (dwalsh)
 
 * cg_shorten_controllers() misuses alloca()



More information about the systemd-commits mailing list