commit: 09ce3a6d77669cb814f51893340a0d4d9bb38548 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Jul 23 11:27:00 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jul 23 19:49:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ce3a6d
acct-user/ftp: drop old version Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-user/ftp/ftp-0-r1.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/acct-user/ftp/ftp-0-r1.ebuild b/acct-user/ftp/ftp-0-r1.ebuild deleted file mode 100644 index de40a1fdbe1..00000000000 --- a/acct-user/ftp/ftp-0-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -DESCRIPTION="File Transfer Protocol server user" -ACCT_USER_ID=21 -ACCT_USER_HOME=/home/ftp -ACCT_USER_HOME_OWNER=root:ftp -ACCT_USER_GROUPS=( ftp ) - -acct-user_add_deps
