diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-04 06:06:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-04 06:06:41 +0000 |
commit | 60090ee54eea917f5a955240589413b6284b58a1 (patch) | |
tree | 7a0f71272f86a26a45f6ba87d4ca04ba6f4c4520 /net-ftp/ftpbase/ftpbase-0.00.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-60090ee54eea917f5a955240589413b6284b58a1.tar.gz gentoo-2-60090ee54eea917f5a955240589413b6284b58a1.tar.bz2 gentoo-2-60090ee54eea917f5a955240589413b6284b58a1.zip |
ftpnew{user,group} needs to be in a pkg_ func not a src_ func
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-ftp/ftpbase/ftpbase-0.00.ebuild')
-rw-r--r-- | net-ftp/ftpbase/ftpbase-0.00.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-ftp/ftpbase/ftpbase-0.00.ebuild b/net-ftp/ftpbase/ftpbase-0.00.ebuild index 94e59359d9c5..8e00caed013d 100644 --- a/net-ftp/ftpbase/ftpbase-0.00.ebuild +++ b/net-ftp/ftpbase/ftpbase-0.00.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ftpbase-0.00.ebuild,v 1.9 2005/08/23 13:26:43 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ftpbase-0.00.ebuild,v 1.10 2005/09/04 06:06:41 vapier Exp $ inherit eutils pam DESCRIPTION="FTP layout package" -SRC_URI="" HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" LICENSE="GPL-2" SLOT="0" @@ -18,7 +18,7 @@ DEPEND="pam? ( || ( virtual/pam sys-libs/pam ) ) !<net-ftp/pure-ftpd-1.0.20-r2 !<net-ftp/vsftpd-2.0.3-r1" -S="${WORKDIR}" +S=${WORKDIR} check_collision() { [[ ! -e ${1} ]] && return 0 @@ -53,13 +53,13 @@ pkg_setup() { fi eend 0 -} -src_install() { # Add our default ftp user enewgroup ftp 21 enewuser ftp 21 -1 /home/ftp ftp +} +src_install() { # The ftpusers file is a list of people who are NOT allowed # to use the ftp service. insinto /etc |