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 /src/tmpfiles.c | |
parent | a9f470b802f95e6bf42e19ed300dfde63204797d (diff) |
general: replace a few uses of /var/run by /run
Diffstat (limited to 'src/tmpfiles.c')
-rw-r--r-- | src/tmpfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 68af37aab0..e92b1123c6 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c @@ -47,7 +47,7 @@ /* This reads all files listed in /etc/tmpfiles.d/?*.conf and creates * them in the file system. This is intended to be used to create - * properly owned directories beneath /tmp, /var/tmp, /var/run and + * properly owned directories beneath /tmp, /var/tmp, /run and * /var/lock which are volatile and hence need to be recreated on * bootup. */ |