diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-09 23:35:50 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-10 00:36:29 +0200 |
commit | 1c7ef2bc0c989c165ca617ea77be0243e43d1798 (patch) | |
tree | ea75af8cff6e3e5e835c20018b6823071607132d /acct-user/cancd | |
parent | sys-kernel/linux-headers: restore ~arch KEYWORDS for 5.13 (diff) | |
download | gentoo-1c7ef2bc0c989c165ca617ea77be0243e43d1798.tar.gz gentoo-1c7ef2bc0c989c165ca617ea77be0243e43d1798.tar.bz2 gentoo-1c7ef2bc0c989c165ca617ea77be0243e43d1798.zip |
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@gentoo.org>
Diffstat (limited to 'acct-user/cancd')
-rw-r--r-- | acct-user/cancd/cancd-0.ebuild | 10 | ||||
-rw-r--r-- | acct-user/cancd/metadata.xml | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-user/cancd/cancd-0.ebuild b/acct-user/cancd/cancd-0.ebuild new file mode 100644 index 000000000000..f14836297bc5 --- /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 000000000000..4073267daf2a --- /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>robbat2@gentoo.org</email> + <name>Robin H. Johnson</name> + </maintainer> +</pkgmetadata> |