From 6c56ff3f4978001b8d14d7d28ac26c665a8ad6ae Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 1 Jan 2012 09:56:59 -0800 Subject: [PATCH] Improve wording of /var/run reference in fhs-run --- policy.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/policy.sgml b/policy.sgml index d0fdea8..0bdc891 100644 --- a/policy.sgml +++ b/policy.sgml @@ -6424,10 +6424,10 @@ rmdir /usr/local/share/emacs 2>/dev/null || true

Packages must not include files or directories - under /run, or under the /var/run - or /var/lock paths that are replaced with - symlinks or bind mounts to /run for backwards - compatibility. + under /run, or under the + older /var/run and /var/lock paths. + The latter paths will normally be symlinks or other + redirections to /run for backwards compatibility.

-- 2.39.2