summaryrefslogtreecommitdiff
path: root/core/rpcbind
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-01 00:41:47 +0000
committerroot <root@rshg054.dnsready.net>2012-09-01 00:41:47 +0000
commite5a77fe6a2fd0e3eb7d877c942959b53fdff2a0c (patch)
treec4e25ae90be49a84f8a9eae41d11ad3f35dad12d /core/rpcbind
parent68cdc08aec92abf91448a542e06fabbedbb583bf (diff)
Sat Sep 1 00:41:47 UTC 2012
Diffstat (limited to 'core/rpcbind')
-rw-r--r--core/rpcbind/PKGBUILD6
-rw-r--r--core/rpcbind/rpcbind.service4
2 files changed, 6 insertions, 4 deletions
diff --git a/core/rpcbind/PKGBUILD b/core/rpcbind/PKGBUILD
index 75cb39840..e536a2cbb 100644
--- a/core/rpcbind/PKGBUILD
+++ b/core/rpcbind/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 157234 2012-04-26 13:06:13Z tpowa $
+# $Id: PKGBUILD 165796 2012-08-30 15:24:19Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=rpcbind
pkgver=0.2.0
-pkgrel=8
+pkgrel=9
pkgdesc="portmap replacement which supports RPC over various protocols"
arch=(i686 x86_64)
depends=('bash' 'glibc' 'libtirpc')
@@ -16,7 +16,7 @@ source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.b
rpcbind)
md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
'c02ac36a98baac70b8a26190524b7b73'
- 'd2615f4c0d58f154aab6e294997ac9be'
+ 'a7b23a32be2eb52d7dec52da36d4eba1'
'78a963654f57cbb209e228884767836e')
build() {
diff --git a/core/rpcbind/rpcbind.service b/core/rpcbind/rpcbind.service
index 418ba1e05..3bc764efc 100644
--- a/core/rpcbind/rpcbind.service
+++ b/core/rpcbind/rpcbind.service
@@ -1,6 +1,8 @@
[Unit]
Description=RPC Bind
-Requires=network.target
+After=network.target
+Wants=rpcbind.target
+Before=rpcbind.target
[Service]
Type=forking