summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorSimon Rettberg2014-02-11 17:48:10 +0100
committerSimon Rettberg2014-02-11 17:48:10 +0100
commit15831fa1bbefa657b1b1f8b02352b80e2d0ac1df (patch)
tree619a0d788da5c74a780dba1b776cfd4ff3dc2ee5 /remote
parent[helper/distribution.inc] Typo in comment: Why this has not meen moved. (diff)
downloadtm-scripts-15831fa1bbefa657b1b1f8b02352b80e2d0ac1df.tar.gz
tm-scripts-15831fa1bbefa657b1b1f8b02352b80e2d0ac1df.tar.xz
tm-scripts-15831fa1bbefa657b1b1f8b02352b80e2d0ac1df.zip
[smbclient] Make sure directory exists before making sure file exists.....
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/smbclient/data/etc/tmpfiles.d/ensure-smbconf-exists.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/modules/smbclient/data/etc/tmpfiles.d/ensure-smbconf-exists.conf b/remote/modules/smbclient/data/etc/tmpfiles.d/ensure-smbconf-exists.conf
index 118739d1..f893eb71 100644
--- a/remote/modules/smbclient/data/etc/tmpfiles.d/ensure-smbconf-exists.conf
+++ b/remote/modules/smbclient/data/etc/tmpfiles.d/ensure-smbconf-exists.conf
@@ -1,2 +1,4 @@
# smbspool for some reason insists on reading this file, even if it is empty, otherwise it will bail out
+d /etc/samba 0755 root root -
f /etc/samba/smb.conf 0644 root root -
+