summaryrefslogtreecommitdiff
path: root/extra/ypserv
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-17 01:53:16 -0700
committerroot <root@rshg054.dnsready.net>2013-05-17 01:53:16 -0700
commitb5f4c940227b9a7051c381688636d59f67864f93 (patch)
tree99d9cd904411e9aad2ea12662db7d3eb8c786085 /extra/ypserv
parent453f3b8b2c568e9babcdc4852772278a39f130c0 (diff)
Fri May 17 01:52:35 PDT 2013
Diffstat (limited to 'extra/ypserv')
-rw-r--r--extra/ypserv/PKGBUILD12
-rw-r--r--extra/ypserv/yppasswdd.service2
-rw-r--r--extra/ypserv/ypserv.service2
-rw-r--r--extra/ypserv/ypxfrd.service2
4 files changed, 9 insertions, 9 deletions
diff --git a/extra/ypserv/PKGBUILD b/extra/ypserv/PKGBUILD
index 879df8781..98420b735 100644
--- a/extra/ypserv/PKGBUILD
+++ b/extra/ypserv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 184215 2013-05-03 22:54:49Z tomegun $
+# $Id: PKGBUILD 185612 2013-05-15 22:57:02Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
@@ -6,7 +6,7 @@
pkgname=ypserv
pkgver=2.31
-pkgrel=1
+pkgrel=2
pkgdesc='Linux NIS Server'
arch=('i686' 'x86_64')
url='http://www.linux-nis.org/nis/ypserv/'
@@ -21,7 +21,7 @@ source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.b
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}
@@ -37,6 +37,6 @@ package() {
install -D -m644 ../yppasswdd.service "${pkgdir}"/usr/lib/systemd/system/yppasswdd.service
}
md5sums=('4537b8f0e917edca8f57b70b9cbc37f3'
- 'c80e253756446d59a90c4c21b1cb8740'
- '7cba3dd3544436c3c1f05e36c0018e92'
- '3398271c3e0a054e64b06b99aa2dc63d')
+ '0639cc2e8f667272335649eeede77206'
+ '9ff147310a5b83749357b6587cccdf34'
+ '89b8b608c81fd01bb81cdb551854833f')
diff --git a/extra/ypserv/yppasswdd.service b/extra/ypserv/yppasswdd.service
index 9a7068b6c..371a7d481 100644
--- a/extra/ypserv/yppasswdd.service
+++ b/extra/ypserv/yppasswdd.service
@@ -6,7 +6,7 @@ After=network.target rpcbind.service
[Service]
Type=forking
PIDFile=/run/yppasswdd.pid
-ExecStart=/usr/sbin/rpc.yppasswdd
+ExecStart=/usr/bin/rpc.yppasswdd
[Install]
WantedBy=multi-user.target
diff --git a/extra/ypserv/ypserv.service b/extra/ypserv/ypserv.service
index 024a92e5a..8aa6b2a24 100644
--- a/extra/ypserv/ypserv.service
+++ b/extra/ypserv/ypserv.service
@@ -6,7 +6,7 @@ After=network.target rpcbind.service
[Service]
Type=forking
PIDFile=/run/ypserv.pid
-ExecStart=/usr/sbin/ypserv
+ExecStart=/usr/bin/ypserv
[Install]
WantedBy=multi-user.target
diff --git a/extra/ypserv/ypxfrd.service b/extra/ypserv/ypxfrd.service
index 322ef559f..c7bb6ed87 100644
--- a/extra/ypserv/ypxfrd.service
+++ b/extra/ypserv/ypxfrd.service
@@ -6,7 +6,7 @@ After=network.target rpcbind.service
[Service]
Type=forking
PIDFile=/run/ypxfrd.pid
-ExecStart=/usr/sbin/rpc.ypxfrd
+ExecStart=/usr/bin/rpc.ypxfrd
[Install]
WantedBy=multi-user.target