diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-08 20:11:58 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-08 20:11:58 +0000 |
commit | 2556eaa0cd035cbbc1483f0edb98d9d7677ce7bf (patch) | |
tree | b219d5cc119ee226f4548f67b5775d41fa27226e | |
parent | fix bug #22448 (diff) | |
download | historical-2556eaa0cd035cbbc1483f0edb98d9d7677ce7bf.tar.gz historical-2556eaa0cd035cbbc1483f0edb98d9d7677ce7bf.tar.bz2 historical-2556eaa0cd035cbbc1483f0edb98d9d7677ce7bf.zip |
small fix
-rw-r--r-- | net-ftp/ftpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/ftpd/Manifest | 4 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-ftp/ftpd/ChangeLog b/net-ftp/ftpd/ChangeLog index eb3d100369c1..bf4af8e5f327 100644 --- a/net-ftp/ftpd/ChangeLog +++ b/net-ftp/ftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/ftpd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.9 2003/06/07 08:16:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.10 2003/06/08 20:11:55 seemant Exp $ + + 08 Jun 2003; Seemant Kulleen <seemant@gentoo.org> ftpd-0.17-r1.ebuild: + shadow fix patch is not ssl specific, moved out of ssl USE check. Thanks again + to: Frank Straetz *ftpd-0.17-r1 (07 Jun 2003) diff --git a/net-ftp/ftpd/Manifest b/net-ftp/ftpd/Manifest index 6a3ec7127b6d..dce6037a72c3 100644 --- a/net-ftp/ftpd/Manifest +++ b/net-ftp/ftpd/Manifest @@ -1,5 +1,5 @@ -MD5 896266bf5745aa5e2aadfcd8e30b956a ftpd-0.17-r1.ebuild 1514 -MD5 46d5c0286f439004e719ce71f3878668 ChangeLog 1348 +MD5 fb3198a5b0624ba2bb800ba8e53ed0b2 ftpd-0.17-r1.ebuild 1513 +MD5 07c42ed27d6451b89ad29349804cbd6f ChangeLog 1524 MD5 47bae7b7c544c23d1f1bdbe68c614156 ftpd-0.17.ebuild 1466 MD5 1185c6db5ae646d809d0c757f02d8e35 files/digest-ftpd-0.17 66 MD5 7e1217f2de231dda2c8e842a7d7dfb7b files/ftpd-0.17-shadowfix.patch 895 diff --git a/net-ftp/ftpd/ftpd-0.17-r1.ebuild b/net-ftp/ftpd/ftpd-0.17-r1.ebuild index 51abe27aab5d..d9d0daed1a47 100644 --- a/net-ftp/ftpd/ftpd-0.17-r1.ebuild +++ b/net-ftp/ftpd/ftpd-0.17-r1.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-r1.ebuild,v 1.1 2003/06/07 08:16:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.2 2003/06/08 20:11:55 seemant Exp $ inherit eutils @@ -25,8 +25,8 @@ src_unpack() { cd ${S} if [ "`use ssl`" ]; then epatch ${FILESDIR}/ssl.diff.gz - epatch ${FILESDIR}/${P}-shadowfix.patch fi + epatch ${FILESDIR}/${P}-shadowfix.patch } src_compile() { |