commit: 1c7ef2bc0c989c165ca617ea77be0243e43d1798 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Jul 9 21:35:50 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jul 9 22:36:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7ef2bc
acct-user/cancd: add user for app-admin/cancd Bug: https://bugs.gentoo.org/781194 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-user/cancd/cancd-0.ebuild | 10 ++++++++++ acct-user/cancd/metadata.xml | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/acct-user/cancd/cancd-0.ebuild b/acct-user/cancd/cancd-0.ebuild new file mode 100644 index 00000000000..f14836297bc --- /dev/null +++ b/acct-user/cancd/cancd-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for the CA NetConsole Daemon" + +ACCT_USER_ID="404" diff --git a/acct-user/cancd/metadata.xml b/acct-user/cancd/metadata.xml new file mode 100644 index 00000000000..4073267daf2 --- /dev/null +++ b/acct-user/cancd/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Robin H. Johnson</name> + </maintainer> +</pkgmetadata>
