summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-02-23 14:24:30 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2012-02-23 14:24:30 +0000
commitf84d6048cf3385c5fdb8de96dfc9d87463ab8fb5 (patch)
treee1aa6444233ed0809ee9189d56e5e903750314fd /scripts
parentedfff8a26a48188c42df77f0be40d9e2d2cb1dde (diff)
downloadlvm2-f84d6048cf3385c5fdb8de96dfc9d87463ab8fb5.tar.gz
lvm2-f84d6048cf3385c5fdb8de96dfc9d87463ab8fb5.tar.xz
lvm2-f84d6048cf3385c5fdb8de96dfc9d87463ab8fb5.zip
Use 'd' instead of 'D' in tmpfiles configuration to not overwrite any existing directory.
...that happens when systemd creates it first (e.g. based on a .socket unit) before the tmpfiles.d content is executed.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lvm2_tmpfiles_red_hat.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lvm2_tmpfiles_red_hat.conf.in b/scripts/lvm2_tmpfiles_red_hat.conf.in
index 48b02f97..11026166 100644
--- a/scripts/lvm2_tmpfiles_red_hat.conf.in
+++ b/scripts/lvm2_tmpfiles_red_hat.conf.in
@@ -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 -