build-sys: create a number of drop-in config dirs

This commit is contained in:
Lennart Poettering 2011-03-31 18:17:29 +02:00
parent da19d5c19f
commit 7ebdfc936e
2 changed files with 12 additions and 0 deletions

View 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) \

5
TODO
View File

@ -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