diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-10 11:25:32 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-10 11:27:07 +0200 |
commit | db6bce4749f06c79ea47deef525eb54e8a21515e (patch) | |
tree | 2798d62822ed2b3a0c6a15baffcf0c80e1482545 /acct-user/nut | |
parent | media-gfx/freecad: add slot operator for sci-libs/vtk (diff) | |
download | gentoo-db6bce4749f06c79ea47deef525eb54e8a21515e.tar.gz gentoo-db6bce4749f06c79ea47deef525eb54e8a21515e.tar.bz2 gentoo-db6bce4749f06c79ea47deef525eb54e8a21515e.zip |
acct-user/nut: fix group
Closes: https://bugs.gentoo.org/801433
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/nut')
-rw-r--r-- | acct-user/nut/nut-0-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/acct-user/nut/nut-0-r1.ebuild b/acct-user/nut/nut-0-r1.ebuild new file mode 100644 index 000000000000..22114ee23cad --- /dev/null +++ b/acct-user/nut/nut-0-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for the nullmailer" + +ACCT_USER_GROUPS=( "nut" "uucp" ) +ACCT_USER_HOME="/var/lib/nut" +ACCT_USER_ID="84" + +acct-user_add_deps |