summaryrefslogtreecommitdiffstats
path: root/abs/core/rpcbind/rpcbind-sunrpc.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-12-15 02:55:54 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-12-15 02:55:54 (GMT)
commitab340c7f02acde98b5f89a945d930f0328704386 (patch)
treea6a07fac7496a9238ce6640266b0586b87303a02 /abs/core/rpcbind/rpcbind-sunrpc.patch
parentc7ee05a4a17710f0fe63eba48ada8daab4713240 (diff)
parenta3823515f7d144339c81b2454033ed7a0696e55c (diff)
downloadlinhes_pkgbuild-ab340c7f02acde98b5f89a945d930f0328704386.zip
linhes_pkgbuild-ab340c7f02acde98b5f89a945d930f0328704386.tar.gz
linhes_pkgbuild-ab340c7f02acde98b5f89a945d930f0328704386.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/rpcbind/rpcbind-sunrpc.patch')
-rw-r--r--abs/core/rpcbind/rpcbind-sunrpc.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core/rpcbind/rpcbind-sunrpc.patch b/abs/core/rpcbind/rpcbind-sunrpc.patch
new file mode 100644
index 0000000..76cf54b
--- /dev/null
+++ b/abs/core/rpcbind/rpcbind-sunrpc.patch
@@ -0,0 +1,22 @@
+--- rpcbind-0.1.7/src/rpcbind.c.orig 2008-11-19 14:17:34.000000000 +0100
++++ rpcbind-0.1.7/src/rpcbind.c 2010-01-07 13:03:37.416632894 +0100
+@@ -114,7 +114,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 *[]));
+--- rpcbind-0.1.7/src/rpcinfo.c~ 2010-01-08 16:14:24.592156602 +0000
++++ rpcbind-0.1.7/src/rpcinfo.c 2010-01-08 16:14:31.578838609 +0000
+@@ -633,7 +633,7 @@
+ {
+ memset (&hints, 0, sizeof hints);
+ hints.ai_family = AF_INET;
+- if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
++ if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
+ (error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
+ {
+ fprintf (stderr, "rpcinfo: %s: %s\n",