Date: Tuesday, October 23, 2012 @ 10:16:13 Author: tomegun Revision: 169555
upgpkg: nss-myhostname 0.3-3 move nss-myhostname to base Modified: nss-myhostname/trunk/PKGBUILD Deleted: nss-myhostname/trunk/nss-myhostname.install ------------------------+ PKGBUILD | 4 ++-- nss-myhostname.install | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-23 13:52:42 UTC (rev 169554) +++ PKGBUILD 2012-10-23 14:16:13 UTC (rev 169555) @@ -3,14 +3,14 @@ # Contributor: Mantas M. <[email protected]> pkgname="nss-myhostname" pkgver=0.3 -pkgrel=2 +pkgrel=3 pkgdesc="NSS plugin providing host name resolution for the locally configured system hostname" arch=(i686 x86_64) url="http://0pointer.de/lennart/projects/nss-myhostname/" license=('LGPL2.1') depends=('glibc') +groups=('base') source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz") -install=nss-myhostname.install build() { cd "${srcdir}/${pkgname}-${pkgver}" Deleted: nss-myhostname.install =================================================================== --- nss-myhostname.install 2012-10-23 13:52:42 UTC (rev 169554) +++ nss-myhostname.install 2012-10-23 14:16:13 UTC (rev 169555) @@ -1,6 +0,0 @@ -post_install() { - cat << 'EOM' -==> To enable resolution of the local hostname, append 'myhostname' to the hosts - line in /etc/nsswitch.conf. -EOM -}
