From db019b8dd206844dcf5fde661256dc71fcc06fef Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 4 Apr 2011 15:33:00 +0200 Subject: change remaining /var/run to /run --- src/tmpfiles.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/tmpfiles.c') 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 */ -- cgit v1.2.3-54-g00ecf