summaryrefslogtreecommitdiff
path: root/extra/ypserv
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/ypserv
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/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 3e20855a7..1b84a81ac 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' 'mips64el')
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