Skip to content

Commit

Permalink
acct-user/ftp: update home
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ConiKost committed Jul 23, 2021
1 parent ef3f71c commit 1372337
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions acct-user/ftp/ftp-0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1372337

Please sign in to comment.