chiark / gitweb /
build-sys: create a number of drop-in config dirs
authorLennart Poettering <lennart@poettering.net>
Thu, 31 Mar 2011 16:17:29 +0000 (18:17 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 31 Mar 2011 16:17:32 +0000 (18:17 +0200)
Makefile.am
TODO

index bc713fc21ffb231bd216db81a6ab9b38a885376d..f6d3445690c219029c2f106dde28d4069b6d7f93 100644 (file)
@@ -1229,6 +1229,13 @@ CLEANFILES += \
        $(dbusinterface_DATA)
 
 install-data-hook:
+       $(MKDIR_P) -m 0755 \
+                $(DESTDIR)$(sysconfdir)/modules-load.d \
+                $(DESTDIR)$(tmpfilesdir) \
+                $(DESTDIR)$(sysconfdir)/sysctl.d \
+                $(DESTDIR)$(systemshutdowndir) \
+                $(DESTDIR)$(systemgeneratordir) \
+                $(DESTDIR)$(usergeneratordir)
        $(MKDIR_P) -m 0755 \
                $(DESTDIR)$(systemunitdir) \
                $(DESTDIR)$(userunitdir) \
diff --git a/TODO b/TODO
index c8e964a688a14752efc771cb7638d6c76b3ec6eb..1152927cacdacfcd70dbb0fdb60ce5af94dabc58 100644 (file)
--- a/TODO
+++ b/TODO
@@ -29,8 +29,13 @@ F15:
 
 * ConditionDirectoryNotEmpty= needs to be documented
 
+* add /etc/modules-load.d to rpm
+
 Features:
 
+* tmpfiles should allow two identical lines
+  https://bugzilla.redhat.com/show_bug.cgi?id=690253
+
 * teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
 
 * document default dependencies