diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-02 23:25:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-02 23:25:46 +0000 |
commit | 7c8bf7c5f3fbd29fb358bc8c80bed8d85a7490fb (patch) | |
tree | bf985b9f74a6f8501b683757941624fa7e93f995 /net-misc | |
parent | get_libdir fixin. (diff) | |
download | historical-7c8bf7c5f3fbd29fb358bc8c80bed8d85a7490fb.tar.gz historical-7c8bf7c5f3fbd29fb358bc8c80bed8d85a7490fb.tar.bz2 historical-7c8bf7c5f3fbd29fb358bc8c80bed8d85a7490fb.zip |
arm KEYWORDS + stabilize
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tftp-hpa/Manifest | 16 | ||||
-rw-r--r-- | net-misc/tftp-hpa/files/in.tftpd.confd | 2 | ||||
-rw-r--r-- | net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild | 9 |
3 files changed, 18 insertions, 9 deletions
diff --git a/net-misc/tftp-hpa/Manifest b/net-misc/tftp-hpa/Manifest index 556c18dee002..6ffd92c9371c 100644 --- a/net-misc/tftp-hpa/Manifest +++ b/net-misc/tftp-hpa/Manifest @@ -1,7 +1,17 @@ -MD5 0b13531131e5d23546d273389f620025 tftp-hpa-0.34-r1.ebuild 767 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 cfd659e151a0caa145b10cbc4451a3ee ChangeLog 2463 MD5 c9bbe1f9a85f48a9f0db6d3a96243f49 tftp-hpa-0.33.ebuild 735 -MD5 910c847f2cd2866188b458fcf06172d0 files/in.tftpd.rc6 515 +MD5 9d2d35786e820ee9283b1e08f65fb398 tftp-hpa-0.34-r1.ebuild 765 MD5 2518048af53fc9da3ae6e3be5a244e8b files/digest-tftp-hpa-0.33 65 -MD5 0f7f6f8b6bedfa5f426f5fcdc32bf849 files/in.tftpd.confd 127 MD5 2f7c453cd0fde112ffac93387966fad3 files/digest-tftp-hpa-0.34-r1 65 +MD5 7b693e49cb72fa8dc5766b8ea06a4ee1 files/in.tftpd.confd 135 +MD5 910c847f2cd2866188b458fcf06172d0 files/in.tftpd.rc6 515 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBXzk1HTu7gpaalycRAnn3AKCzt7bFIWGjmnBTVBzKO/DoRPMWqwCgrIZ/ +Vedy3l1qyYNL8fCAmledZhM= +=aD1y +-----END PGP SIGNATURE----- diff --git a/net-misc/tftp-hpa/files/in.tftpd.confd b/net-misc/tftp-hpa/files/in.tftpd.confd index 655359aab1bf..5cc7d3629262 100644 --- a/net-misc/tftp-hpa/files/in.tftpd.confd +++ b/net-misc/tftp-hpa/files/in.tftpd.confd @@ -1,5 +1,5 @@ # Config file for /etc/init.d/in.tftpd # Remove the -l if you use [x]inetd -INTFTPD_PATH="/" +INTFTPD_PATH="/tftproot" INTFTPD_OPTS="-l ${INTFTPD_PATH}" diff --git a/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild b/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild index 2ce4704693de..e02c0c3a3fd1 100644 --- a/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild +++ b/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild,v 1.9 2004/07/01 22:03:27 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild,v 1.10 2004/10/02 23:25:46 vapier Exp $ -IUSE="" DESCRIPTION="port of the OpenBSD TFTP server" SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2" HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/" -SLOT="0" LICENSE="BSD" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc x86 s390" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86 s390" +IUSE="" DEPEND="virtual/libc !virtual/tftp" - PROVIDE="virtual/tftp" src_install() { |