summaryrefslogtreecommitdiff
path: root/extra/ypbind-mt
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-17 12:16:22 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-17 12:16:22 +0200
commit19cc1bee6bc5b4dfe413db886b8ce66c5736d480 (patch)
treefd8d56e2700f0defda5600b21d87916dbc7e035e /extra/ypbind-mt
parentbc864260b40f40e8f689788c54f6138007764077 (diff)
parentb5f4c940227b9a7051c381688636d59f67864f93 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/pidgin-libnotify/PKGBUILD community/prelink/PKGBUILD community/proftpd/PKGBUILD community/xdelta3/PKGBUILD extra/msmtp/PKGBUILD extra/ypbind-mt/PKGBUILD
Diffstat (limited to 'extra/ypbind-mt')
-rw-r--r--extra/ypbind-mt/PKGBUILD11
-rw-r--r--extra/ypbind-mt/ypbind.service2
2 files changed, 7 insertions, 6 deletions
diff --git a/extra/ypbind-mt/PKGBUILD b/extra/ypbind-mt/PKGBUILD
index 27fb1b8fe..c1fedbfc3 100644
--- a/extra/ypbind-mt/PKGBUILD
+++ b/extra/ypbind-mt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 184214 2013-05-03 22:54:48Z tomegun $
+# $Id: PKGBUILD 185611 2013-05-15 22:57:01Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
@@ -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' 'mips64el')
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')
@@ -22,7 +22,8 @@ build() {
./configure \
--prefix=/usr \
- --build=$CHOST
+ --build=$CHOST \
+ --sbindir=/usr/bin
make
}
@@ -37,4 +38,4 @@ package() {
install -d -m755 "${pkgdir}"/var/yp/binding
}
md5sums=('8af8d35e7b9a7fcc3a1576697a04bd82'
- '9083debd16fc49c6645372caa25969b5')
+ '5ea205756731c2978cca4934141424bd')
diff --git a/extra/ypbind-mt/ypbind.service b/extra/ypbind-mt/ypbind.service
index 08e4fe14e..bb13f1d66 100644
--- a/extra/ypbind-mt/ypbind.service
+++ b/extra/ypbind-mt/ypbind.service
@@ -7,7 +7,7 @@ Before=systemd-user-sessions.service
[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"