diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-12 01:31:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-12 01:31:58 +0000 |
| commit | fc8fdb5a2fb0f26dafaa76eb123664813da1a3cf (patch) | |
| tree | 30df99c3ada9d6731b810e822d53cba8deb82549 /acct-user/ftpproxy | |
| parent | 8fa084e558d6db86c8b7881ba759a19d6eae0819 (diff) | |
| download | baldeagleos-repo-fc8fdb5a2fb0f26dafaa76eb123664813da1a3cf.tar.gz baldeagleos-repo-fc8fdb5a2fb0f26dafaa76eb123664813da1a3cf.tar.xz baldeagleos-repo-fc8fdb5a2fb0f26dafaa76eb123664813da1a3cf.zip | |
Adding metadata
Diffstat (limited to 'acct-user/ftpproxy')
| -rw-r--r-- | acct-user/ftpproxy/ftpproxy-0.ebuild | 15 | ||||
| -rw-r--r-- | acct-user/ftpproxy/metadata.xml | 14 |
2 files changed, 29 insertions, 0 deletions
diff --git a/acct-user/ftpproxy/ftpproxy-0.ebuild b/acct-user/ftpproxy/ftpproxy-0.ebuild new file mode 100644 index 000000000000..0a05768729d5 --- /dev/null +++ b/acct-user/ftpproxy/ftpproxy-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for net-ftp/frox" + +ACCT_USER_GROUPS=( "ftpproxy" ) +ACCT_USER_HOME="/var/spool/frox" +ACCT_USER_HOME_PERMS="700" +ACCT_USER_ID="182" + +acct-user_add_deps diff --git a/acct-user/ftpproxy/metadata.xml b/acct-user/ftpproxy/metadata.xml new file mode 100644 index 000000000000..7ae7f32760c9 --- /dev/null +++ b/acct-user/ftpproxy/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>kabel@blackhole.sk</email> + <name>Marek Behun</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
