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 | fff4ade7473d3b52b920a36e13c7faf3815955b6 (patch) | |
tree | 7b58b52a4da749e4103ad4d7ed287315cb5352d0 /net-ftp | |
parent | version bump (diff) | |
download | historical-fff4ade7473d3b52b920a36e13c7faf3815955b6.tar.gz historical-fff4ade7473d3b52b920a36e13c7faf3815955b6.tar.bz2 historical-fff4ade7473d3b52b920a36e13c7faf3815955b6.zip |
ftpnew{user,group} needs to be in a pkg_ func not a src_ func
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftpbase/Manifest | 18 | ||||
-rw-r--r-- | net-ftp/ftpbase/ftpbase-0.00.ebuild | 10 |
2 files changed, 19 insertions, 9 deletions
diff --git a/net-ftp/ftpbase/Manifest b/net-ftp/ftpbase/Manifest index b9f0ab020945..0d454c531418 100644 --- a/net-ftp/ftpbase/Manifest +++ b/net-ftp/ftpbase/Manifest @@ -1,7 +1,17 @@ -MD5 b41ea0c7f0841aabd21b403075b77e13 ftpbase-0.00.ebuild 2442 -MD5 7512fdabdfabb4e673442547ef940b45 ChangeLog 1414 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 f545d2bcdb5641a7863b64be435382e2 metadata.xml 285 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-ftpbase-0.00 0 -MD5 9e7d64873559cebdc60ee1d0d7845ce7 files/ftp-pamd-include 747 +MD5 0c7a30960c4da0d5216f2a0511cb9432 ftpbase-0.00.ebuild 2439 +MD5 7512fdabdfabb4e673442547ef940b45 ChangeLog 1414 MD5 bd59faca8d7138ac67e99d94507b04f9 files/ftpusers 407 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-ftpbase-0.00 0 MD5 7be20c7c1b62bb7e65994bd7a686695e files/ftp-pamd 807 +MD5 9e7d64873559cebdc60ee1d0d7845ce7 files/ftp-pamd-include 747 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDGo8dgIKl8Uu19MoRArWRAJ9WaW6L2LJ0tinThSGhXvE73RmhxgCggGfs +VBuSnryXK8CQH0UxInUw5f0= +=nvFs +-----END PGP SIGNATURE----- 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 |