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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/daemon.xml') 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 -- cgit v1.2.3-54-g00ecf