Gentoo Archives: gentoo-dev

From: Conrad Kostecki <conikost@g.o>
To: gentoo-dev@l.g.o
Cc: polynomial-c@g.o, pr@g.o, whissi@g.o
Subject: [gentoo-dev] [PATCH v2] 2022-05-14-apache-nginx-glep-81: add news
Date: Fri, 13 May 2022 23:43:33
Message-Id: 20220513234318.32485-1-conikost@gentoo.org
1 Signed-off-by: Conrad Kostecki <conikost@g.o>
2 ---
3 .../2022-05-14-apache-nginx-glep-81.en.txt | 36 +++++++++++++++++++
4 1 file changed, 36 insertions(+)
5 create mode 100644 2022-05-14-apache-nginx-glep-81/2022-05-14-apache-nginx-glep-81.en.txt
6
7 diff --git a/2022-05-14-apache-nginx-glep-81/2022-05-14-apache-nginx-glep-81.en.txt b/2022-05-14-apache-nginx-glep-81/2022-05-14-apache-nginx-glep-81.en.txt
8 new file mode 100644
9 index 0000000..34b2e63
10 --- /dev/null
11 +++ b/2022-05-14-apache-nginx-glep-81/2022-05-14-apache-nginx-glep-81.en.txt
12 @@ -0,0 +1,36 @@
13 +Title: Migration to GLEP-81 enabled webservers
14 +Author: Conrad Kostecki <conikost@g.o>
15 +Posted: 2022-05-14
16 +Revision: 1
17 +News-Item-Format: 2.0
18 +Display-If-Installed: www-servers/apache
19 +Display-If-Installed: www-servers/nginx
20 +
21 +In future, in order to complete the whole GLEP-81 migration,
22 +the packages www-servers/apache and www-servers/nginx
23 +will be migrated to GLEP-81.
24 +
25 +If changes have been made to the default created user and group
26 +by one of the both packages, the configuration needs to be updated,
27 +as otherwise it will be overwritten.
28 +
29 +The following configuration settings can be set
30 +in make.conf or per package in package.env:
31 +
32 +1. ACCT_USER_<UPPERCASE_USERNAME>_GROUPS
33 + for overriding all default groups.
34 +
35 +2. ACCT_USER_<UPPERCASE_USERNAME>_GROUPS_ADD
36 + for adding additional groups to default groups.
37 +
38 +** Package www-servers/apache will use username/group 'apache'.
39 +-> ACCT_USER_APACHE_GROUPS=".."
40 +-> ACCT_USER_APACHE_GROUPS_ADD=".."
41 +
42 +** Package www-servers/nginx will use username/group 'nginx'.
43 +-> ACCT_USER_NGINX_GROUPS=".."
44 +-> ACCT_USER_NGINX_GROUPS_ADD=".."
45 +
46 +Please update configuration parameters before emerging
47 +both GLEP-81 enabled ebuilds, as otherwise configuration
48 +will be overwritten to default.
49 --
50 2.35.1

Replies

Subject Author
Re: [gentoo-dev] [PATCH v2] 2022-05-14-apache-nginx-glep-81: add news "Mickaël Bucas" <mbucas@×××××.com>