diff options
author | Tom Gundersen <teg@jklm.no> | 2012-01-18 23:57:59 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-01-19 00:02:04 +0100 |
commit | d1ff60b00ee46b16ba8fd0f51b268b438686c557 (patch) | |
tree | 817c02519be3d57d36bd5c79551acb7f745a0705 /tmpfiles.conf | |
parent | a1aee1e3606f76965db4c4a6ed44d04686d64826 (diff) |
Revert "tmpfiles: fix 'd' and 'D' confusion"2012.01.3
The commit message was wrong about the semantics of the Age parameter,
revert to the way it was before.
We leave /run/daemons as a 'd' as it does not make sense to delete its
contents (it is on a tmpfs).
This reverts commit 3efdfe82da085888354f27565fd9c6fab3c8b5a8.
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'tmpfiles.conf')
-rw-r--r-- | tmpfiles.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tmpfiles.conf b/tmpfiles.conf index 0a5056d..8668116 100644 --- a/tmpfiles.conf +++ b/tmpfiles.conf @@ -5,11 +5,11 @@ D /tmp 1777 root root 10d d /run/daemons 0755 root root - -D /tmp/.X11-unix 1777 root root 10d -D /tmp/.ICE-unix 1777 root root 10d -D /tmp/.XIM-unix 1777 root root 10d -D /tmp/.font-unix 1777 root root 10d -D /tmp/.Test-unix 1777 root root 10d +d /tmp/.X11-unix 1777 root root 10d +d /tmp/.ICE-unix 1777 root root 10d +d /tmp/.XIM-unix 1777 root root 10d +d /tmp/.font-unix 1777 root root 10d +d /tmp/.Test-unix 1777 root root 10d F /run/utmp 0664 root utmp - |