]> sourceware.org Git - lvm2.git/commitdiff
Use 'd' instead of 'D' in tmpfiles configuration to not overwrite any existing directory.
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 23 Feb 2012 14:24:30 +0000 (14:24 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 23 Feb 2012 14:24:30 +0000 (14:24 +0000)
...that happens when systemd creates it first (e.g. based on a .socket unit)
before the tmpfiles.d content is executed.

scripts/lvm2_tmpfiles_red_hat.conf.in

index 48b02f97a6f95aacc50b8fe020f405e3dcb580a3..11026166189801732191c46601fc9b5350d2a4d2 100644 (file)
@@ -1,2 +1,2 @@
-D @DEFAULT_LOCK_DIR@ 0700 root root -
-D @DEFAULT_RUN_DIR@ 0700 root root -
+d @DEFAULT_LOCK_DIR@ 0700 root root -
+d @DEFAULT_RUN_DIR@ 0700 root root -
This page took 0.074578 seconds and 5 git commands to generate.