diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-31 18:17:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-31 18:17:32 +0200 |
commit | 7ebdfc936e7c9697b9fa9441a502ad40abb7b245 (patch) | |
tree | 1b6570c2d8b129a103e9336db644ce23085201ae | |
parent | da19d5c19f60ec80e1733b1e994311c59c6eda73 (diff) |
build-sys: create a number of drop-in config dirs
-rw-r--r-- | Makefile.am | 7 | ||||
-rw-r--r-- | TODO | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bc713fc21f..f6d3445690 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1230,6 +1230,13 @@ CLEANFILES += \ 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) \ $(DESTDIR)$(systemunitdir)/sysinit.target.wants \ @@ -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 |