chiark / gitweb /
general: replace a few uses of /var/run by /run
[elogind.git] / src / tmpfiles.c
index 68af37aab0eb43f27edb0fb3062a0ff08cbebb3d..e92b1123c67f77d7ff9dea5896465378e8e3f076 100644 (file)
@@ -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. */