commit: 0a4f660fa6870a2260d40282f4e2b0a78f822459 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Jul 24 22:57:36 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jul 24 22:59:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f660f
acct-user/ftp: update home owner Closes: https://bugs.gentoo.org/803932 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-user/ftp/ftp-0-r3.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/acct-user/ftp/ftp-0-r3.ebuild b/acct-user/ftp/ftp-0-r3.ebuild new file mode 100644 index 00000000000..d82683fffe9 --- /dev/null +++ b/acct-user/ftp/ftp-0-r3.ebuild @@ -0,0 +1,15 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="File Transfer Protocol (FTP) server user" + +ACCT_USER_GROUPS=( "ftp" ) +ACCT_USER_HOME="/var/lib/ftp" +ACCT_USER_HOME_OWNER="root:ftp" +ACCT_USER_ID="21" + +acct-user_add_deps
