aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-11-30 13:47:51 -0500
committerBill Nottingham <notting@redhat.com>2010-11-30 13:47:51 -0500
commitd624aba089bd95acfe8f02bebb01c34a4f242216 (patch)
tree1c0ed2dcc0d374a369ce95efa12b60c1bf6c29c9 /Makefile
parentc56134d2db8b0aa9fb7c96b3142d108d57820b96 (diff)
downloadinitscripts-d624aba089bd95acfe8f02bebb01c34a4f242216.tar
initscripts-d624aba089bd95acfe8f02bebb01c34a4f242216.tar.gz
initscripts-d624aba089bd95acfe8f02bebb01c34a4f242216.tar.bz2
initscripts-d624aba089bd95acfe8f02bebb01c34a4f242216.tar.xz
initscripts-d624aba089bd95acfe8f02bebb01c34a4f242216.zip
Add tmpfiles.d support (#656602, <plautrba@redhat.com>)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ae07556..a788e0ae 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,9 @@ install:
ln -s ../fedora-storage-init.service $(ROOT)/lib/systemd/system/local-fs.target.wants
ln -s ../fedora-sysinit-unhack.service $(ROOT)/lib/systemd/system/multi-user.target.wants
+ mkdir -p $(ROOT)/etc/tmpfiles.d
+ install -m 644 initscripts.tmpfiles.d $(ROOT)/etc/tmpfiles.d/initscripts.conf
+
# These are LSB compatibility symlinks. At some point in the future
# the actual files will be here instead of symlinks
for i in 0 1 2 3 4 5 6 ; do \