Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/ftp/
Date: Sat, 24 Jul 2021 22:59:57
Message-Id: 1627167563.0a4f660fa6870a2260d40282f4e2b0a78f822459.conikost@gentoo
1 commit: 0a4f660fa6870a2260d40282f4e2b0a78f822459
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 24 22:57:36 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 22:59:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f660f
7
8 acct-user/ftp: update home owner
9
10 Closes: https://bugs.gentoo.org/803932
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 acct-user/ftp/ftp-0-r3.ebuild | 15 +++++++++++++++
15 1 file changed, 15 insertions(+)
16
17 diff --git a/acct-user/ftp/ftp-0-r3.ebuild b/acct-user/ftp/ftp-0-r3.ebuild
18 new file mode 100644
19 index 00000000000..d82683fffe9
20 --- /dev/null
21 +++ b/acct-user/ftp/ftp-0-r3.ebuild
22 @@ -0,0 +1,15 @@
23 +# Copyright 2019-2021 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 (FTP) server user"
31 +
32 +ACCT_USER_GROUPS=( "ftp" )
33 +ACCT_USER_HOME="/var/lib/ftp"
34 +ACCT_USER_HOME_OWNER="root:ftp"
35 +ACCT_USER_ID="21"
36 +
37 +acct-user_add_deps