diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-30 14:06:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-24 12:29:30 +0200 |
commit | 4ee2449f7c0fbf7912314b04ea3ff350a7131f8a (patch) | |
tree | f8153a55a2b901e7499df7d24e7397f6659be184 /acct-group/ftp | |
parent | x11-misc/shutter: Version bump and cleanup (diff) | |
download | gentoo-4ee2449f7c0fbf7912314b04ea3ff350a7131f8a.tar.gz gentoo-4ee2449f7c0fbf7912314b04ea3ff350a7131f8a.tar.bz2 gentoo-4ee2449f7c0fbf7912314b04ea3ff350a7131f8a.zip |
acct-group/ftp: Add 'ftp' group (GID 21)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'acct-group/ftp')
-rw-r--r-- | acct-group/ftp/ftp-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/ftp/metadata.xml | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/acct-group/ftp/ftp-0.ebuild b/acct-group/ftp/ftp-0.ebuild new file mode 100644 index 000000000000..73978ac12484 --- /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 000000000000..7a38bb900964 --- /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> |