From: Hans de Graaff Date: Tue, 3 Dec 2019 08:22:31 +0000 (+0100) Subject: acct-user/munin: add munin user X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=147f1308e3e572d2319f3b10d9c1089616333eff;p=gentoo.git acct-user/munin: add munin user Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --force Signed-off-by: Hans de Graaff --- diff --git a/acct-user/munin/metadata.xml b/acct-user/munin/metadata.xml new file mode 100644 index 000000000000..355836725eb2 --- /dev/null +++ b/acct-user/munin/metadata.xml @@ -0,0 +1,12 @@ + + + + + sysadmin@gentoo.org + Gentoo Sysadmin Project + + + graaff@gentoo.org + Hans de Graaff + + diff --git a/acct-user/munin/munin-0.ebuild b/acct-user/munin/munin-0.ebuild new file mode 100644 index 000000000000..0aa2ddd4614c --- /dev/null +++ b/acct-user/munin/munin-0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for munin" + +ACCT_USER_GROUPS=( munin ) +ACCT_USER_HOME="/var/lib/munin" +ACCT_USER_HOME_OWNER="munin:munin" +ACCT_USER_ID=177 + + +acct-user_add_deps