[Lunar-commits] <moonbase-core> lvm2: create directories in the correct location
Stefan Wold
ratler at lunar-linux.org
Tue Jan 1 18:29:51 CET 2013
commit a259b14365ac57e27fba4479a9524cedb984a942
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 01 Jan 2013 09:29:51 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/a259b14365ac57e27fba4479a9524cedb984a942
lvm2: create directories in the correct location
---
filesys/lvm2/tmpfiles.d/lvm2.conf | +2/-2
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/filesys/lvm2/tmpfiles.d/lvm2.conf
+++ b/filesys/lvm2/tmpfiles.d/lvm2.conf
@@ -1,2 +1,2 @@
-d /var/lock/lvm 0700 root root -
-d /var/run/lvm 0700 root root -
+d /run/lock/lvm 0700 root root -
+d /run/lvm 0700 root root -
More information about the Lunar-commits
mailing list