From d1ff60b00ee46b16ba8fd0f51b268b438686c557 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 18 Jan 2012 23:57:59 +0100 Subject: Revert "tmpfiles: fix 'd' and 'D' confusion" 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 --- tmpfiles.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tmpfiles.conf') 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 - -- cgit v1.2.3