diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-01 15:25:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-01 15:25:46 +0200 |
commit | bb29785e0df6a7cf07db0259a60bc1f3b4814cb4 (patch) | |
tree | 367b7e34264fd5da71137af014c195dcff90fbcb /man/tmpfiles.d.xml | |
parent | a9f470b802f95e6bf42e19ed300dfde63204797d (diff) |
general: replace a few uses of /var/run by /run
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 868b57e935..8568fcd59c 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -58,7 +58,7 @@ <filename>/etc/tmpfiles.d/</filename> to describe the creation, cleaning and removal of volatile and temporary files and directories which usually reside - in directories such as <filename>/var/run</filename> + in directories such as <filename>/run</filename> or <filename>/tmp</filename>. Each configuration file is named in the style of <filename>/etc/tmpfiles.d/<program>.conf</filename>.</para> @@ -72,7 +72,7 @@ fields:</para> <programlisting>Type Path Mode UID GID Age -d /var/run/user 0755 root root 10d</programlisting> +d /run/user 0755 root root 10d</programlisting> <refsect2> <title>Type</title> |