diff options
| author | Simon Rettberg | 2014-02-05 16:41:38 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2014-02-05 16:41:38 +0100 |
| commit | c57f8bf4c5e32521bf1e6791acf4f7d0201d3c12 (patch) | |
| tree | ecc82dbb247ff0155779261cb7fec0001139df57 /remote | |
| parent | [rfs-s31] only remove config.tgz if debug is not set (diff) | |
| download | tm-scripts-c57f8bf4c5e32521bf1e6791acf4f7d0201d3c12.tar.gz tm-scripts-c57f8bf4c5e32521bf1e6791acf4f7d0201d3c12.tar.xz tm-scripts-c57f8bf4c5e32521bf1e6791acf4f7d0201d3c12.zip | |
[smbclient] Make sure smb.conf exists
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/smbclient/data/etc/tmpfiles.d/ensure-smbconf-exists.conf | 2 |
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 new file mode 100644 index 00000000..118739d1 --- /dev/null +++ b/remote/modules/smbclient/data/etc/tmpfiles.d/ensure-smbconf-exists.conf @@ -0,0 +1,2 @@ +# smbspool for some reason insists on reading this file, even if it is empty, otherwise it will bail out +f /etc/samba/smb.conf 0644 root root - |
