summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-07-23 13:25:35 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-23 21:49:15 +0200
commit13723374668ce55fed9356605607546904fa205f (patch)
treea2241055c60c6638b0098edf10608bbd990e16bc /acct-user/ftp
parentacct-user/ftp: take ownership (diff)
downloadgentoo-13723374668ce55fed9356605607546904fa205f.tar.gz
gentoo-13723374668ce55fed9356605607546904fa205f.tar.bz2
gentoo-13723374668ce55fed9356605607546904fa205f.zip
acct-user/ftp: update home
Since '/home' is forbidden for system users, switching to '/var/lib/ftp' as a replacement. Bug: https://bugs.gentoo.org/692032 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-r2.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/acct-user/ftp/ftp-0-r2.ebuild b/acct-user/ftp/ftp-0-r2.ebuild
new file mode 100644
index 000000000000..b514d0c81496
--- /dev/null
+++ b/acct-user/ftp/ftp-0-r2.ebuild
@@ -0,0 +1,14 @@
+# 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_ID="21"
+
+acct-user_add_deps