summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-02 23:25:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-02 23:25:46 +0000
commite7acb6e1f501f82bd237835c4f7f0d040eeb05bc (patch)
treeeafee6fca2b26a7c1de9eaf9aca5ab0dd9a1f895 /net-misc
parentget_libdir fixin. (Manifest recommit) (diff)
downloadgentoo-2-e7acb6e1f501f82bd237835c4f7f0d040eeb05bc.tar.gz
gentoo-2-e7acb6e1f501f82bd237835c4f7f0d040eeb05bc.tar.bz2
gentoo-2-e7acb6e1f501f82bd237835c4f7f0d040eeb05bc.zip
arm KEYWORDS + stabilize
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/tftp-hpa/files/in.tftpd.confd2
-rw-r--r--net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild9
2 files changed, 5 insertions, 6 deletions
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() {