diff options
Diffstat (limited to 'acct-group/ftp')
-rw-r--r-- | acct-group/ftp/Manifest | 2 | ||||
-rw-r--r-- | acct-group/ftp/ftp-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/ftp/metadata.xml | 5 |
3 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/ftp/Manifest b/acct-group/ftp/Manifest new file mode 100644 index 000000000000..a0ca60b6a236 --- /dev/null +++ b/acct-group/ftp/Manifest @@ -0,0 +1,2 @@ +EBUILD ftp-0.ebuild 194 BLAKE2B 08a665cc0e509d287fa519109f8e0cb0a5fbb1e3f4abbceec7a10922cf408ffd989c22f936e4da389ae0a11ed2a5e0bc87a7387ab75fd5a479703a8618896aab SHA512 c99c7ca7e17b9a5924c9d64275e7107c83a2eaa8ffd91c8d4e86837e4343977ef1fd3b34a594748993cc5e399957caf8292f71b2bc9a6390b06332c24071d85a +MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33 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> |