summaryrefslogtreecommitdiff
path: root/src/tmpfiles.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-01 15:25:46 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-01 15:25:46 +0200
commitbb29785e0df6a7cf07db0259a60bc1f3b4814cb4 (patch)
tree367b7e34264fd5da71137af014c195dcff90fbcb /src/tmpfiles.c
parenta9f470b802f95e6bf42e19ed300dfde63204797d (diff)
general: replace a few uses of /var/run by /run
Diffstat (limited to 'src/tmpfiles.c')
-rw-r--r--src/tmpfiles.c2
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. */