diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-04-18 23:56:27 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-04-18 23:56:27 +0000 |
commit | de3709c13cb5fcbb149c6c3141a6f1f939484554 (patch) | |
tree | be7ad15f12c78fdde137e80b7c5feebd771179ab /net-ftp/ftpd | |
parent | Changed to virtual/inetd depend. (diff) | |
download | historical-de3709c13cb5fcbb149c6c3141a6f1f939484554.tar.gz historical-de3709c13cb5fcbb149c6c3141a6f1f939484554.tar.bz2 historical-de3709c13cb5fcbb149c6c3141a6f1f939484554.zip |
Changed to virtual/inetd depend.
Diffstat (limited to 'net-ftp/ftpd')
-rw-r--r-- | net-ftp/ftpd/Manifest | 4 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/ftpd/Manifest b/net-ftp/ftpd/Manifest index b3b8dd0afb3a..7139197b3917 100644 --- a/net-ftp/ftpd/Manifest +++ b/net-ftp/ftpd/Manifest @@ -1,5 +1,5 @@ -MD5 c988d71961f933bb3de7801eea82d97d ChangeLog 975 -MD5 c6cc295a7cd16c7a5408f2701ea7cafb ftpd-0.17.ebuild 1460 +MD5 50f3106c96f5ca40fda115d127daeec1 ChangeLog 976 +MD5 df9e07d0ac0ecac665cdf556dda6dc43 ftpd-0.17.ebuild 1461 MD5 1185c6db5ae646d809d0c757f02d8e35 files/digest-ftpd-0.17 66 MD5 e9e77d723b87be9b3f8b6bff9deb87c3 files/ftp.xinetd 219 MD5 0630d5a4a420220cc8b912bdad705f6c files/ssl.diff.gz 10444 diff --git a/net-ftp/ftpd/ftpd-0.17.ebuild b/net-ftp/ftpd/ftpd-0.17.ebuild index 3d6106671840..410271b11dbf 100644 --- a/net-ftp/ftpd/ftpd-0.17.ebuild +++ b/net-ftp/ftpd/ftpd-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.6 2003/02/13 14:03:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17.ebuild,v 1.7 2003/04/18 23:56:09 mholzer Exp $ inherit eutils @@ -18,7 +18,7 @@ KEYWORDS="x86" DEPEND="ssl? ( dev-libs/openssl )" RDEPEND="${DEPEND} - sys-apps/xinetd" + virtual/inetd" src_unpack() { unpack ${A} |