Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/ftp/, profiles/
Date: Mon, 24 Jun 2019 10:30:24
Message-Id: 1561372171.88799b9564ce6f2108b82d2211a7dc8f3768a284.mgorny@gentoo
1 commit: 88799b9564ce6f2108b82d2211a7dc8f3768a284
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 1 14:04:19 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 24 10:29:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88799b95
7
8 acct-user/ftp: Add 'ftp' user (UID 21)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 acct-user/ftp/ftp-0.ebuild | 14 ++++++++++++++
13 acct-user/ftp/metadata.xml | 5 +++++
14 profiles/categories | 1 +
15 3 files changed, 20 insertions(+)
16
17 diff --git a/acct-user/ftp/ftp-0.ebuild b/acct-user/ftp/ftp-0.ebuild
18 new file mode 100644
19 index 00000000000..e33e289397a
20 --- /dev/null
21 +++ b/acct-user/ftp/ftp-0.ebuild
22 @@ -0,0 +1,14 @@
23 +# Copyright 2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit acct-user
29 +
30 +DESCRIPTION="File Transfer Protocol server user"
31 +ACCT_USER_ID=21
32 +ACCT_USER_HOME=/home/ftp
33 +ACCT_USER_HOME_OWNER=root:ftp
34 +ACCT_USER_GROUPS=( ftp )
35 +
36 +acct-user_add_deps
37
38 diff --git a/acct-user/ftp/metadata.xml b/acct-user/ftp/metadata.xml
39 new file mode 100644
40 index 00000000000..7a38bb90096
41 --- /dev/null
42 +++ b/acct-user/ftp/metadata.xml
43 @@ -0,0 +1,5 @@
44 +<?xml version="1.0" encoding="UTF-8"?>
45 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
46 +<pkgmetadata>
47 + <!-- maintainer-needed -->
48 +</pkgmetadata>
49
50 diff --git a/profiles/categories b/profiles/categories
51 index ebfc72f7075..0f45f8cd173 100644
52 --- a/profiles/categories
53 +++ b/profiles/categories
54 @@ -1,4 +1,5 @@
55 acct-group
56 +acct-user
57 app-accessibility
58 app-admin
59 app-antivirus