From 7ebdfc936e7c9697b9fa9441a502ad40abb7b245 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 31 Mar 2011 18:17:29 +0200 Subject: [PATCH] build-sys: create a number of drop-in config dirs --- Makefile.am | 7 +++++++ TODO | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/Makefile.am b/Makefile.am index bc713fc21..f6d344569 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 c8e964a68..1152927ca 100644 --- 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 -- 2.30.2