diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-01 05:34:58 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-01 05:43:53 -0400 |
commit | a8f9f5745aef6a921b7d27f0a3c92b9c67a412f7 (patch) | |
tree | ea8bd8290357550da99f80571da2df0da949fffd /acct-user | |
parent | sys-apps/plocate: homogenize cron and systemd timer name (diff) | |
download | gentoo-a8f9f5745aef6a921b7d27f0a3c92b9c67a412f7.tar.gz gentoo-a8f9f5745aef6a921b7d27f0a3c92b9c67a412f7.tar.bz2 gentoo-a8f9f5745aef6a921b7d27f0a3c92b9c67a412f7.zip |
acct-user/smmsp: revbump to use smmsp group
This reverts to sendmail-8.15.2-r2 user.eclass behavior that never
used mail group.
Allows access to /var/spool/clientmqueue
Bug: https://bugs.gentoo.org/730890
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/smmsp/smmsp-0-r2.ebuild (renamed from acct-user/smmsp/smmsp-0-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acct-user/smmsp/smmsp-0-r1.ebuild b/acct-user/smmsp/smmsp-0-r2.ebuild index 93ed467d1512..e0eda5440e18 100644 --- a/acct-user/smmsp/smmsp-0-r1.ebuild +++ b/acct-user/smmsp/smmsp-0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,6 +7,6 @@ inherit acct-user DESCRIPTION="user for sendmail daemon" ACCT_USER_ID=209 -ACCT_USER_GROUPS=( mail ) +ACCT_USER_GROUPS=( smmsp ) acct-user_add_deps |