[arch-commits] Commit in ypbind-mt/trunk (PKGBUILD ypbind.service)

Tom Gundersen tomegun at nymeria.archlinux.org
Sun May 12 23:41:38 UTC 2013


    Date: Monday, May 13, 2013 @ 01:41:37
  Author: tomegun
Revision: 185288

upgpkg: ypbind-mt 1.37.1-5

usr move

Modified:
  ypbind-mt/trunk/PKGBUILD
  ypbind-mt/trunk/ypbind.service

----------------+
 PKGBUILD       |    9 +++++----
 ypbind.service |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 23:30:55 UTC (rev 185287)
+++ PKGBUILD	2013-05-12 23:41:37 UTC (rev 185288)
@@ -6,13 +6,13 @@
 
 pkgname=ypbind-mt
 pkgver=1.37.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Linux NIS daemon'
 url='http://www.linux-nis.org/nis/ypbind-mt/'
 license=('GPL2')
 arch=('i686' 'x86_64')
 makedepends=('networkmanager')
-depends=('rpcbind' 'openslp' 'yp-tools')
+depends=('rpcbind' 'openslp' 'yp-tools' 'systemd')
 backup=('etc/yp.conf')
 source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
 	'ypbind.service')
@@ -21,7 +21,8 @@
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
 	./configure \
-		--prefix=/usr
+		--prefix=/usr \
+		--sbindir=/usr/bin
 
 	make
 }
@@ -36,4 +37,4 @@
 	install -d -m755 "${pkgdir}"/var/yp/binding
 }
 md5sums=('8af8d35e7b9a7fcc3a1576697a04bd82'
-         '9083debd16fc49c6645372caa25969b5')
+         '5ea205756731c2978cca4934141424bd')

Modified: ypbind.service
===================================================================
--- ypbind.service	2013-05-12 23:30:55 UTC (rev 185287)
+++ ypbind.service	2013-05-12 23:41:37 UTC (rev 185288)
@@ -7,7 +7,7 @@
 [Service]
 Type=forking
 PIDFile=/run/ypbind.pid
-ExecStart=/usr/sbin/ypbind
+ExecStart=/usr/bin/ypbind
 # Terrible hack, upstream ypbind should sort something out
 # Wait for at most 10 seconds for a NIS master to become available
 ExecStartPost=/bin/sh -c "for i in 1 2 3 4 5 6 7 8 9 10; do ypwhich && break; sleep 1; done"




More information about the arch-commits mailing list