diff options
author | Sam James <sam@gentoo.org> | 2021-03-11 08:24:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-11 08:24:36 +0000 |
commit | 46758fadd48b1fd8d5c4775d6c4626cfbeb68df1 (patch) | |
tree | 68c696f365ad15fdbecfc6321cf255d5dd0aec89 /acct-user/sagan/sagan-0-r1.ebuild | |
parent | net-libs/pjproject: security rev bump to 2.10-r1 (diff) | |
download | gentoo-46758fadd48b1fd8d5c4775d6c4626cfbeb68df1.tar.gz gentoo-46758fadd48b1fd8d5c4775d6c4626cfbeb68df1.tar.bz2 gentoo-46758fadd48b1fd8d5c4775d6c4626cfbeb68df1.zip |
acct-user/sagan: fix ACCT_USER_GROUPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-user/sagan/sagan-0-r1.ebuild')
-rw-r--r-- | acct-user/sagan/sagan-0-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/sagan/sagan-0-r1.ebuild b/acct-user/sagan/sagan-0-r1.ebuild new file mode 100644 index 000000000000..9ad8931530f3 --- /dev/null +++ b/acct-user/sagan/sagan-0-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for the Sagan log monitoring system" +ACCT_USER_ID=317 +ACCT_USER_GROUPS=( sagan ) + +acct-user_add_deps |