summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-17 23:11:47 +0000
committerroot <root@rshg047.dnsready.net>2011-07-17 23:11:47 +0000
commitddddf9c453076a407bfdbf3e030e606f31ee2b86 (patch)
treee836f8617981c56d8e16fa5fb285afe5563befd2 /testing
parent7500119d8dd5fc921f91aac8222e472477973740 (diff)
Sun Jul 17 23:11:47 UTC 2011
Diffstat (limited to 'testing')
-rw-r--r--testing/tftp-hpa/PKGBUILD22
-rwxr-xr-xtesting/tftp-hpa/tftpd.rc4
2 files changed, 13 insertions, 13 deletions
diff --git a/testing/tftp-hpa/PKGBUILD b/testing/tftp-hpa/PKGBUILD
index 4ffee8765..72034141e 100644
--- a/testing/tftp-hpa/PKGBUILD
+++ b/testing/tftp-hpa/PKGBUILD
@@ -1,30 +1,26 @@
-# $Id: PKGBUILD 131815 2011-07-15 23:11:48Z dan $
+# $Id: PKGBUILD 131856 2011-07-16 06:36:05Z tpowa $
+# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Jose Javier <jojapa@terra.es>
pkgname=tftp-hpa
pkgver=5.1
-pkgrel=0
+pkgrel=1
pkgdesc="Official tftp server"
arch=('i686' 'x86_64')
url="http://www.kernel.org/pub/software/network/tftp/"
license=('BSD')
-depends=('readline>=6.0')
+depends=('readline>=6.0.00')
conflicts=('netkit-tftp')
backup=('etc/conf.d/tftpd')
-source=(http://www.kernel.org/pub/software/network/tftp/$pkgname-$pkgver.tar.gz
- tftpd.rc tftpd.conf LICENSE)
-md5sums=('d086b1bd6e5ed6375ad407e273afccdf'
- 'a974d02526f19222146c8e3d3b598871'
- '414a79dc891bced056d99a9bb790fc9e'
- '6ce21e27b6fdc1a1adf85c81e42aeecf')
+source=(http://www.kernel.org/pub/software/network/tftp/$pkgname-$pkgver.tar.gz tftpd.rc tftpd.conf LICENSE)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share/man --without-tcpwrappers
+ ./configure --prefix=/usr --mandir=/usr/share/man --without-tcpwrappers
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
make INSTALLROOT="${pkgdir}" install
install -d "${pkgdir}/etc/rc.d"
install -d "${pkgdir}/var/tftpboot"
@@ -33,3 +29,7 @@ package() {
rm "${pkgdir}/usr/share/man/man8/tftpd.8"
install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
+md5sums=('d086b1bd6e5ed6375ad407e273afccdf'
+ '83fbb6f52205d95951a3c059e5351ca2'
+ '414a79dc891bced056d99a9bb790fc9e'
+ '6ce21e27b6fdc1a1adf85c81e42aeecf')
diff --git a/testing/tftp-hpa/tftpd.rc b/testing/tftp-hpa/tftpd.rc
index b21f87f5c..0222d1693 100755
--- a/testing/tftp-hpa/tftpd.rc
+++ b/testing/tftp-hpa/tftpd.rc
@@ -14,7 +14,7 @@ case "$1" in
if [ $? -gt 0 ]; then
stat_fail
else
- add_daemon in.tftpd
+ add_daemon tftpd
stat_done
fi
;;
@@ -24,7 +24,7 @@ case "$1" in
if [ $? -gt 0 ]; then
stat_fail
else
- rm_daemon in.tftpd
+ rm_daemon tftpd
stat_done
fi
;;