commit: 4ee2449f7c0fbf7912314b04ea3ff350a7131f8a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 30 12:06:32 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 24 10:29:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee2449f
acct-group/ftp: Add 'ftp' group (GID 21) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> acct-group/ftp/ftp-0.ebuild | 9 +++++++++ acct-group/ftp/metadata.xml | 5 +++++ profiles/categories | 1 + 3 files changed, 15 insertions(+) diff --git a/acct-group/ftp/ftp-0.ebuild b/acct-group/ftp/ftp-0.ebuild new file mode 100644 index 00000000000..73978ac1248 --- /dev/null +++ b/acct-group/ftp/ftp-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="File Transfer Protocol server user" +ACCT_GROUP_ID=21 diff --git a/acct-group/ftp/metadata.xml b/acct-group/ftp/metadata.xml new file mode 100644 index 00000000000..7a38bb90096 --- /dev/null +++ b/acct-group/ftp/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/profiles/categories b/profiles/categories index 4ff0d556200..ebfc72f7075 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1,3 +1,4 @@ +acct-group app-accessibility app-admin app-antivirus
