From 41a55c46ab8fb4ef6727434227071321fc762cce Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 25 Feb 2014 20:11:04 -0500 Subject: Replace /var/run with /run in remaining places /run was already used almost everywhere, fix the remaining places for consistency. --- man/daemon.xml | 2 +- man/runlevel.xml | 2 +- man/tmpfiles.d.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/daemon.xml b/man/daemon.xml index 88dd082a33..fd29ba722d 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -149,7 +149,7 @@ write the daemon PID (as returned by getpid()) to a PID file, for example - /var/run/foobar.pid + /run/foobar.pid (for a hypothetical daemon "foobar") to ensure that the daemon cannot be started more than once. This must be diff --git a/man/runlevel.xml b/man/runlevel.xml index 976753a737..4db06dc87c 100644 --- a/man/runlevel.xml +++ b/man/runlevel.xml @@ -124,7 +124,7 @@ - /var/run/utmp + /run/utmp The utmp database runlevel reads the diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 812129f613..0a006d17ab 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -441,8 +441,8 @@ r! /tmp/.X[0-9]*-lock /etc/tmpfiles.d/screen.conf example screen needs two directories created at boot with specific modes and ownership. - d /var/run/screens 1777 root root 10d -d /var/run/uscreens 0755 root root 10d12h + d /run/screens 1777 root root 10d +d /run/uscreens 0755 root root 10d12h /etc/tmpfiles.d/abrt.conf example -- cgit v1.2.3-54-g00ecf