diff options
| author | Simon Rettberg | 2014-02-05 19:02:20 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2014-02-05 19:02:20 +0100 |
| commit | f26318fba9018c55fe5844694aa7312289ecafe8 (patch) | |
| tree | 52e368cc096ae9f0ee82559b19572404654be510 /remote/modules/pam/data | |
| parent | [smbclient] Make sure smb.conf exists (diff) | |
| download | tm-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/modules/pam/data')
| -rw-r--r-- | remote/modules/pam/data/etc/tmpfiles.d/pipefs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/pam/data/etc/tmpfiles.d/pipefs.conf b/remote/modules/pam/data/etc/tmpfiles.d/pipefs.conf index 7c422623..44e0924c 100644 --- a/remote/modules/pam/data/etc/tmpfiles.d/pipefs.conf +++ b/remote/modules/pam/data/etc/tmpfiles.d/pipefs.conf @@ -1,2 +1,2 @@ -D /var/run/rpc_pipefs 0755 root root +d /var/run/rpc_pipefs 0755 root root |
