diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-08-28 22:41:30 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-08-28 22:41:30 +0000 |
commit | b94981a8959fbbbe378b7b033021f0656cfe189f (patch) | |
tree | 4a6ebea40adfbf95d9e2f577a9e013aa52b2811f /net-misc/tftp-hpa | |
parent | Move app-admin/tftp-hpa net-misc/tftp-hpa (diff) | |
download | historical-b94981a8959fbbbe378b7b033021f0656cfe189f.tar.gz historical-b94981a8959fbbbe378b7b033021f0656cfe189f.tar.bz2 historical-b94981a8959fbbbe378b7b033021f0656cfe189f.zip |
Move app-admin/tftp-hpa net-misc/tftp-hpa
Diffstat (limited to 'net-misc/tftp-hpa')
-rw-r--r-- | net-misc/tftp-hpa/Manifest | 10 | ||||
-rw-r--r-- | net-misc/tftp-hpa/files/digest-tftp-hpa-0.33 | 1 | ||||
-rw-r--r-- | net-misc/tftp-hpa/files/digest-tftp-hpa-0.34 | 1 | ||||
-rw-r--r-- | net-misc/tftp-hpa/files/in.tftpd.confd | 5 | ||||
-rw-r--r-- | net-misc/tftp-hpa/files/in.tftpd.rc6 | 21 | ||||
-rw-r--r-- | net-misc/tftp-hpa/tftp-hpa-0.33.ebuild | 28 | ||||
-rw-r--r-- | net-misc/tftp-hpa/tftp-hpa-0.34.ebuild | 28 |
7 files changed, 89 insertions, 5 deletions
diff --git a/net-misc/tftp-hpa/Manifest b/net-misc/tftp-hpa/Manifest index edd5c8859a8c..76556d8499dd 100644 --- a/net-misc/tftp-hpa/Manifest +++ b/net-misc/tftp-hpa/Manifest @@ -1,7 +1,7 @@ +MD5 82a2df4801fe5fe0ce4588be21c222cf ChangeLog 1668 +MD5 221212a27452060f82fe36eaa2df4ef5 tftp-hpa-0.33.ebuild 735 +MD5 48f5a114f6476de6e94cb4d20298a2bb tftp-hpa-0.34.ebuild 737 +MD5 2518048af53fc9da3ae6e3be5a244e8b files/digest-tftp-hpa-0.33 65 MD5 2f7c453cd0fde112ffac93387966fad3 files/digest-tftp-hpa-0.34 65 MD5 0f7f6f8b6bedfa5f426f5fcdc32bf849 files/in.tftpd.confd 127 -MD5 8d0c8bf7d7fb608696f58de75ca72695 files/in.tftpd.rc6 523 -MD5 2518048af53fc9da3ae6e3be5a244e8b files/digest-tftp-hpa-0.33 65 -MD5 b068500b5b1853d9e8e5593c5160037f tftp-hpa-0.34.ebuild 735 -MD5 7f0ee1ae8dfe38d26f6f031126bf5a6a ChangeLog 1456 -MD5 f9b45f716cee347587615d2bd6359866 tftp-hpa-0.33.ebuild 736 +MD5 aa296d3fdacc863a5df2c90dbb789983 files/in.tftpd.rc6 523 diff --git a/net-misc/tftp-hpa/files/digest-tftp-hpa-0.33 b/net-misc/tftp-hpa/files/digest-tftp-hpa-0.33 new file mode 100644 index 000000000000..8cea187c53bf --- /dev/null +++ b/net-misc/tftp-hpa/files/digest-tftp-hpa-0.33 @@ -0,0 +1 @@ +MD5 502238535a2362c7e65454c7b27c701c tftp-hpa-0.33.tar.bz2 75138 diff --git a/net-misc/tftp-hpa/files/digest-tftp-hpa-0.34 b/net-misc/tftp-hpa/files/digest-tftp-hpa-0.34 new file mode 100644 index 000000000000..8638654e2c89 --- /dev/null +++ b/net-misc/tftp-hpa/files/digest-tftp-hpa-0.34 @@ -0,0 +1 @@ +MD5 8da23f9cbf36b820a13e35eff14f50c5 tftp-hpa-0.34.tar.bz2 76752 diff --git a/net-misc/tftp-hpa/files/in.tftpd.confd b/net-misc/tftp-hpa/files/in.tftpd.confd new file mode 100644 index 000000000000..655359aab1bf --- /dev/null +++ b/net-misc/tftp-hpa/files/in.tftpd.confd @@ -0,0 +1,5 @@ +# Config file for /etc/init.d/in.tftpd +# Remove the -l if you use [x]inetd + +INTFTPD_PATH="/" +INTFTPD_OPTS="-l ${INTFTPD_PATH}" diff --git a/net-misc/tftp-hpa/files/in.tftpd.rc6 b/net-misc/tftp-hpa/files/in.tftpd.rc6 new file mode 100644 index 000000000000..bf21503a7bea --- /dev/null +++ b/net-misc/tftp-hpa/files/in.tftpd.rc6 @@ -0,0 +1,21 @@ +#!/sbin/runscript +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/files/in.tftpd.rc6,v 1.1 2003/08/28 22:41:25 mholzer Exp $ + +depend() { + need net +} + +start() { + ebegin "Starting in.tftpd" + start-stop-daemon --start --quiet \ + --exec /usr/sbin/in.tftpd -- ${INTFTPD_OPTS} + eend $? +} + +stop() { + ebegin "Stopping in.tftpd" + start-stop-daemon --stop --quiet --exec /usr/sbin/in.tftpd + eend $? +} diff --git a/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild b/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild new file mode 100644 index 000000000000..511ecde8cfcb --- /dev/null +++ b/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.33.ebuild,v 1.1 2003/08/28 22:41:25 mholzer Exp $ + +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="x86 ppc sparc" + +DEPEND="virtual/glibc" + +src_compile() { + econf || die + make || die +} + +src_install() { + make INSTALLROOT=${D} install || die + dodoc README* CHANGES INSTALL* + + insinto /etc/conf.d + newins ${FILESDIR}/in.tftpd.confd in.tftpd + exeinto /etc/init.d + newexe ${FILESDIR}/in.tftpd.rc6 in.tftpd +} diff --git a/net-misc/tftp-hpa/tftp-hpa-0.34.ebuild b/net-misc/tftp-hpa/tftp-hpa-0.34.ebuild new file mode 100644 index 000000000000..2c4aba2b6916 --- /dev/null +++ b/net-misc/tftp-hpa/tftp-hpa-0.34.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.34.ebuild,v 1.1 2003/08/28 22:41:25 mholzer Exp $ + +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="x86 ~ppc ~sparc" + +DEPEND="virtual/glibc" + +src_compile() { + econf || die + make || die +} + +src_install() { + make INSTALLROOT=${D} install || die + dodoc README* CHANGES INSTALL* + + insinto /etc/conf.d + newins ${FILESDIR}/in.tftpd.confd in.tftpd + exeinto /etc/init.d + newexe ${FILESDIR}/in.tftpd.rc6 in.tftpd +} |