summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32/data/etc
diff options
context:
space:
mode:
authorSimon Rettberg2014-02-05 19:02:20 +0100
committerSimon Rettberg2014-02-05 19:02:20 +0100
commitf26318fba9018c55fe5844694aa7312289ecafe8 (patch)
tree52e368cc096ae9f0ee82559b19572404654be510 /remote/rootfs/rootfs-stage32/data/etc
parent[smbclient] Make sure smb.conf exists (diff)
downloadtm-scripts-f26318fba9018c55fe5844694aa7312289ecafe8.tar.gz
tm-scripts-f26318fba9018c55fe5844694aa7312289ecafe8.tar.xz
tm-scripts-f26318fba9018c55fe5844694aa7312289ecafe8.zip
Fix tmpfiles.d files to use 'd' not 'D' for directories
'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet.
Diffstat (limited to 'remote/rootfs/rootfs-stage32/data/etc')
-rw-r--r--remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/network.conf2
-rw-r--r--remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/run-lock.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/network.conf b/remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/network.conf
index dd67e785..346ecf7e 100644
--- a/remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/network.conf
+++ b/remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/network.conf
@@ -1 +1 @@
-D /run/network 0755 root root
+d /run/network 0755 root root
diff --git a/remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/run-lock.conf b/remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/run-lock.conf
index ef610bdc..a20cf5ce 100644
--- a/remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/run-lock.conf
+++ b/remote/rootfs/rootfs-stage32/data/etc/tmpfiles.d/run-lock.conf
@@ -1,2 +1,2 @@
-D /run/lock 1777 root root
+d /run/lock 1777 root root