From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 107E0138334 for ; Sun, 15 Dec 2019 07:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AEBCE0869; Sun, 15 Dec 2019 07:50:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D323E0869 for ; Sun, 15 Dec 2019 07:50:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E941634D7AF for ; Sun, 15 Dec 2019 07:50:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65304905 for ; Sun, 15 Dec 2019 07:50:38 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1576396206.007328357333378595b9357d84893a12c48e6ebd.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/munin-async/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/munin-async/metadata.xml acct-user/munin-async/munin-async-0.ebuild X-VCS-Directories: acct-user/munin-async/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 007328357333378595b9357d84893a12c48e6ebd X-VCS-Branch: master Date: Sun, 15 Dec 2019 07:50:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebc52a9c-f405-43a3-b213-2114e15e5e5f X-Archives-Hash: fdec15b9652b60089abaedf416a5c2a9 commit: 007328357333378595b9357d84893a12c48e6ebd Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 3 08:23:37 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 15 07:50:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00732835 acct-user/munin-async: add munin-async user Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --force Signed-off-by: Hans de Graaff gentoo.org> acct-user/munin-async/metadata.xml | 12 ++++++++++++ acct-user/munin-async/munin-async-0.ebuild | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/acct-user/munin-async/metadata.xml b/acct-user/munin-async/metadata.xml new file mode 100644 index 00000000000..355836725eb --- /dev/null +++ b/acct-user/munin-async/metadata.xml @@ -0,0 +1,12 @@ + + + + + sysadmin@gentoo.org + Gentoo Sysadmin Project + + + graaff@gentoo.org + Hans de Graaff + + 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 00000000000..e730193f981 --- /dev/null +++ b/acct-user/munin-async/munin-async-0.ebuild @@ -0,0 +1,17 @@ +# 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