diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-12-28 15:47:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-12-28 15:47:46 +0100 |
commit | a3ba3b0a9b4702ec480b072f7991dc1c150bc9a5 (patch) | |
tree | 2425f472841d776633be360af8cb083c716c1cc1 /acct-user/sigh/sigh-0.ebuild | |
parent | acct-user/amanda: New user for app-backup/amanda (diff) | |
download | gentoo-a3ba3b0a9b4702ec480b072f7991dc1c150bc9a5.tar.gz gentoo-a3ba3b0a9b4702ec480b072f7991dc1c150bc9a5.tar.bz2 gentoo-a3ba3b0a9b4702ec480b072f7991dc1c150bc9a5.zip |
acct-user/sigh: New user for mail-filter/sigh
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'acct-user/sigh/sigh-0.ebuild')
-rw-r--r-- | acct-user/sigh/sigh-0.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/acct-user/sigh/sigh-0.ebuild b/acct-user/sigh/sigh-0.ebuild new file mode 100644 index 000000000000..13f119b89edf --- /dev/null +++ b/acct-user/sigh/sigh-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +ACCT_USER_ID=363 +ACCT_USER_GROUPS=( "${PN}" ) + +acct-user_add_deps |