<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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 (&amp;hints, 0, sizeof hints);
 	  hints.ai_family = AF_INET;
-	  if ((error = getaddrinfo (host, "rpcbind", &amp;hints, &amp;res)) != 0 &amp;&amp;
+	  if ((error = getaddrinfo (host, "sunrpc", &amp;hints, &amp;res)) != 0 &amp;&amp;
               (error = getaddrinfo (host, "portmapper", &amp;hints, &amp;res)) != 0)
 	    {
 	      fprintf (stderr, "rpcinfo: %s: %s\n",
</pre></body></html>