diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-25 00:57:36 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-25 00:59:23 +0200 |
commit | 0a4f660fa6870a2260d40282f4e2b0a78f822459 (patch) | |
tree | a1662273cac642efa10c46e476bedceaed69469c /acct-user/ftp | |
parent | sys-libs/binutils-libs: Bump 2.36.1 patchset to 4 (diff) | |
download | gentoo-0a4f660fa6870a2260d40282f4e2b0a78f822459.tar.gz gentoo-0a4f660fa6870a2260d40282f4e2b0a78f822459.tar.bz2 gentoo-0a4f660fa6870a2260d40282f4e2b0a78f822459.zip |
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@gentoo.org>
Diffstat (limited to 'acct-user/ftp')
-rw-r--r-- | acct-user/ftp/ftp-0-r3.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/acct-user/ftp/ftp-0-r3.ebuild b/acct-user/ftp/ftp-0-r3.ebuild new file mode 100644 index 000000000000..d82683fffe97 --- /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 |