diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /acct-user/munin-async | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'acct-user/munin-async')
-rw-r--r-- | acct-user/munin-async/Manifest | 2 | ||||
-rw-r--r-- | acct-user/munin-async/metadata.xml | 12 | ||||
-rw-r--r-- | acct-user/munin-async/munin-async-0.ebuild | 16 |
3 files changed, 30 insertions, 0 deletions
diff --git a/acct-user/munin-async/Manifest b/acct-user/munin-async/Manifest new file mode 100644 index 000000000000..ad39a01d1294 --- /dev/null +++ b/acct-user/munin-async/Manifest @@ -0,0 +1,2 @@ +EBUILD munin-async-0.ebuild 343 BLAKE2B 580ec122c5b65c85ebbe84d01081c62bbfa5c832c8e2ebbfe6c4b594d570d76eb17cc0163596a5a22892b94ef6924ed1eb98053344c9ad58da954237f18e344a SHA512 0d8bf345c8b6d933f7d12a249dc6deeb09d023ef77fe7e26f37f7d7ce44ba7aa74e4e08f5c8ba7558062d3629cc030dec8690362e6ed4e799f2401809b29ba1d +MISC metadata.xml 379 BLAKE2B 8bf6725527e6e7f4fd12848fc21a6e2edd71dcfa495d3c3574f4333448f6c2f6728e4e03fa7842a31a58a81037099055d9a85a3b6c0e8faf9341b239e9a990ad SHA512 ea35a1317e0fc38753cdb2f8c102f5985ae83b3b1ccddefd75763903cedb82eefdb8e45ae93f9cc3dc11146cc4036e86d18f0bc7a8c38edf7a310bf21504aef3 diff --git a/acct-user/munin-async/metadata.xml b/acct-user/munin-async/metadata.xml new file mode 100644 index 000000000000..355836725eb2 --- /dev/null +++ b/acct-user/munin-async/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sysadmin@gentoo.org</email> + <name>Gentoo Sysadmin Project</name> + </maintainer> + <maintainer type="person"> + <email>graaff@gentoo.org</email> + <name>Hans de Graaff</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/munin-async/munin-async-0.ebuild b/acct-user/munin-async/munin-async-0.ebuild new file mode 100644 index 000000000000..de9e97532ff2 --- /dev/null +++ b/acct-user/munin-async/munin-async-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 async proxy node" + +ACCT_USER_GROUPS=( munin ) +ACCT_USER_HOME="/var/spool/munin-async" +ACCT_USER_HOME_OWNER="munin-async:munin" +ACCT_USER_ID=178 +ACCT_USER_SHELL=/bin/sh + +acct-user_add_deps |