rpcbind: re-add patch to match service in /etc/services (close #1456).
This commit is contained in:
parent
b7d14d44e5
commit
b7e76f186f
2 changed files with 12 additions and 1 deletions
11
srcpkgs/rpcbind/patches/rpcbind-sunrpc.patch
Normal file
11
srcpkgs/rpcbind/patches/rpcbind-sunrpc.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/rpcbind.c 2015-04-27 16:07:43.000000000 +0200
|
||||||
|
+++ src/rpcbind.c 2015-04-27 19:48:44.518124944 +0200
|
||||||
|
@@ -132,7 +132,7 @@
|
||||||
|
char *udp_uaddr; /* Universal UDP address */
|
||||||
|
char *tcp_uaddr; /* Universal TCP address */
|
||||||
|
#endif
|
||||||
|
-static char servname[] = "rpcbind";
|
||||||
|
+static char servname[] = "sunrpc";
|
||||||
|
static char superuser[] = "superuser";
|
||||||
|
|
||||||
|
int main __P((int, char *[]));
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rpcbind'
|
# Template file for 'rpcbind'
|
||||||
pkgname=rpcbind
|
pkgname=rpcbind
|
||||||
version=0.2.3
|
version=0.2.3
|
||||||
revision=1
|
revision=2
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
|
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue