Date: Thursday, June 9, 2011 @ 20:48:19 Author: bisson Revision: 127037
revert to enabling hostname Modified: net-tools/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-06-09 22:34:33 UTC (rev 127036) +++ PKGBUILD 2011-06-10 00:48:19 UTC (rev 127037) @@ -2,7 +2,7 @@ # Maintainer: judd <[email protected]> pkgname=net-tools pkgver=1.60 -pkgrel=17 +pkgrel=18 pkgdesc="Configuration tools for Linux networking" arch=(i686 x86_64) license=('GPL') @@ -31,10 +31,9 @@ cd $srcdir/$pkgname-$pkgver make BASEDIR=$pkgdir update - # the following is provided by yp-tools and coreutils - rm "${pkgdir}"/bin/{,dns,nis,yp}domainname - mv "${pkgdir}"/bin/hostname "${pkgdir}"/bin/dnsdomainname - rm "${pkgdir}"/usr/share/man/man1/{{,nis,yp}domainname,hostname}.1 + # the following is provided by yp-tools + rm "${pkgdir}"/bin/{nis,yp}domainname + rm "${pkgdir}"/usr/share/man/man1/{nis,yp}domainname.1 } md5sums=('888774accab40217dde927e21979c165' '7ef8d0c6818faa0fdeea94970a20e3fb'
