From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 514FE138334 for ; Wed, 12 Sep 2018 11:29:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1705E0A6A; Wed, 12 Sep 2018 11:29:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CC68E0A6A for ; Wed, 12 Sep 2018 11:29:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93574335C8D for ; Wed, 12 Sep 2018 11:29:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E5A03AA for ; Wed, 12 Sep 2018 11:29:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1536751650.c035bdf87e6d37e7cbc3df4f62af88c69c1224cb.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0020.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c035bdf87e6d37e7cbc3df4f62af88c69c1224cb X-VCS-Branch: master Date: Wed, 12 Sep 2018 11:29:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b6bdc9bc-bd63-4f71-abab-38bae11f98b8 X-Archives-Hash: 70a334b43157abbba3a0056ebcdebc9f commit: c035bdf87e6d37e7cbc3df4f62af88c69c1224cb Author: Ulrich Müller gentoo org> AuthorDate: Wed Sep 12 11:27:30 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Sep 12 11:27:30 2018 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=c035bdf8 glep-0020: Typo and whitespace. glep-0020.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/glep-0020.rst b/glep-0020.rst index ecd2c44..09d1728 100644 --- a/glep-0020.rst +++ b/glep-0020.rst @@ -7,7 +7,7 @@ Type: Standards Track Status: Deferred Version: 1 Created: 2004-02-09 -Last-Modified: 2017-11-03 +Last-Modified: 2018-09-12 Post-History: 2004-02-21, 2004-11-11 Content-Type: text/x-rst --- @@ -64,15 +64,16 @@ All packages configured to support the srvdir USE flag will support this breakdown of /srv: /srv/// - + where + is the fully-qualified domain name is the name of the service is unique to the package -Ebuilds that install anything into /srv will install into /srv/localhost. +Ebuilds that install anything into /srv will install into /srv/localhost. /srv/localhost - or any of the directories underneath it - may be -symlinks created by the local administrator. +symlinks created by the local administrator. Examples ======== @@ -106,7 +107,7 @@ groups of Gentoo users. /srv provides an optional alternative for packages that install writable files into /usr. -* Users who wish to isoloate services from /home utilisation +* Users who wish to isolate services from /home utilisation Services stop working when real users fill /home. As many packages cannot detect or robustly cope with this situation, services that write files @@ -129,13 +130,13 @@ groups of Gentoo users. Grouping all the storage (web, ftp, databases, IMAP, etc etc) under one location greatly simplifies managing disk quotas on that host. - + It is common practice for shared hosted systems to place web sites, ftp sites and so on under a user's actual home directory. This practice requires the user's home directory to be world-readable, which does not promote strong security! -* Users who wish to store service-orientated files onto a single logical +* Users who wish to store service-orientated files onto a single logical volume to support future growth The Gentoo Philosophy clearly states that Gentoo Linux will be a @@ -156,7 +157,7 @@ support the srvdir USE flag through the work being carried out under GLEP #11) There has been some debate about whether the /srv directory should be provided by the basesystem package or not. Because this support is optional, and because different sites will have different storage requirements, we believe -that it should be left to the local Gentoo system administrator to manually +that it should be left to the local Gentoo system administrator to manually create the /srv directory. If baselayout feels that it must install a /srv, then we propose that