summaryrefslogtreecommitdiff
path: root/src/tmpfiles.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-04-04 15:33:00 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-04-04 15:33:00 +0200
commitdb019b8dd206844dcf5fde661256dc71fcc06fef (patch)
tree7972667f2d36652ac2596d3b3038a4a1537c2ca0 /src/tmpfiles.c
parentd19c883d509bb0926635a1a9b30c4875dbbbbfab (diff)
change remaining /var/run to /run
Diffstat (limited to 'src/tmpfiles.c')
-rw-r--r--src/tmpfiles.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tmpfiles.c b/src/tmpfiles.c
index 70a9ebd831..b21df95a73 100644
--- a/src/tmpfiles.c
+++ b/src/tmpfiles.c
@@ -47,9 +47,8 @@
/* 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, /run and
- * /var/lock which are volatile and hence need to be recreated on
- * bootup. */
+ * properly owned directories beneath /tmp, /var/tmp, /run, which are
+ * volatile and hence need to be recreated on bootup. */
enum {
/* These ones take file names */