commit: ce4739f6915fa4eb0e3625929ae13ce6812a3612 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Sep 12 11:42:15 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Sep 12 11:42:15 2018 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=ce4739f6
glep-0020: Fix formatting of line block. glep-0020.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glep-0020.rst b/glep-0020.rst index 09d1728..912dc27 100644 --- a/glep-0020.rst +++ b/glep-0020.rst @@ -63,13 +63,13 @@ the software under the /srv directory. All packages configured to support the srvdir USE flag will support this breakdown of /srv: - /srv/<fqdn>/<service>/<service-specific tree> + /srv/<fqdn>/<service>/<service-specific tree> where - <fqdn> is the fully-qualified domain name - <service> is the name of the service - <service-specific tree> is unique to the package + | <fqdn> is the fully-qualified domain name + | <service> is the name of the service + | <service-specific tree> is unique to the package Ebuilds that install anything into /srv will install into /srv/localhost. /srv/localhost - or any of the <service> directories underneath it - may be
