Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/smmsp/
Date: Tue, 01 Jun 2021 09:44:14
Message-Id: 1622540633.a8f9f5745aef6a921b7d27f0a3c92b9c67a412f7.ionen@gentoo
1 commit: a8f9f5745aef6a921b7d27f0a3c92b9c67a412f7
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 09:34:58 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 09:43:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f9f574
7
8 acct-user/smmsp: revbump to use smmsp group
9
10 This reverts to sendmail-8.15.2-r2 user.eclass behavior that never
11 used mail group.
12
13 Allows access to /var/spool/clientmqueue
14
15 Bug: https://bugs.gentoo.org/730890
16 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
17
18 acct-user/smmsp/{smmsp-0-r1.ebuild => smmsp-0-r2.ebuild} | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/acct-user/smmsp/smmsp-0-r1.ebuild b/acct-user/smmsp/smmsp-0-r2.ebuild
22 similarity index 72%
23 rename from acct-user/smmsp/smmsp-0-r1.ebuild
24 rename to acct-user/smmsp/smmsp-0-r2.ebuild
25 index 93ed467d151..e0eda5440e1 100644
26 --- a/acct-user/smmsp/smmsp-0-r1.ebuild
27 +++ b/acct-user/smmsp/smmsp-0-r2.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 2020 Gentoo Authors
30 +# Copyright 1999-2021 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=7
34 @@ -7,6 +7,6 @@ inherit acct-user
35
36 DESCRIPTION="user for sendmail daemon"
37 ACCT_USER_ID=209
38 -ACCT_USER_GROUPS=( mail )
39 +ACCT_USER_GROUPS=( smmsp )
40
41 acct-user_add_deps