summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-02-22 17:55:10 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2012-02-22 17:55:10 +0000
commit4417a8bd40a1dc35eba61ab7abb168b2ef89f472 (patch)
treefdfce4161032eca4da423e599e51fb33aa161e5b /Makefile.in
parente8eb64c878173990829f98d9fbeb6d379c4239ba (diff)
downloadlvm2-4417a8bd40a1dc35eba61ab7abb168b2ef89f472.tar.gz
lvm2-4417a8bd40a1dc35eba61ab7abb168b2ef89f472.tar.xz
lvm2-4417a8bd40a1dc35eba61ab7abb168b2ef89f472.zip
Add configure --with-tmpfilesdir and lvm2 tmpfiles.d configuration file itself.
/etc/tmpfiles.d directory holds configuration files for temporary/volatile files and directories that should be automatically managed. For example, if we have some parts of the fs hierarchy on tmpfs, we'd like to recreate some files or directories on every boot so they're always prepared for use. Systemd can read such configuration files. For now, the lock and run directory are the ones that are most probably placed on tmpfs. If this is the case, we can install the configuration by 'make install_tmpfiles_configuration'.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7d6f48cd..9a470a34 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,6 +97,9 @@ install_initscripts:
install_systemd_units:
$(MAKE) -C scripts install_systemd_units
+install_tmpfiles_configuration:
+ $(MAKE) -C scripts install_tmpfiles_configuration
+
LCOV_TRACES = libdm.info lib.info tools.info \
daemons/dmeventd.info daemons/clvmd.info
CLEAN_TARGETS += $(LCOV_TRACES)