Author: pluto Date: Thu Jan 7 20:42:02 2010 GMT Module: packages Tag: HEAD ---- Log message: - the "rpcbind" doesn't exist in the latest IANA /etc/services, so use "sunrpc".
---- Files affected: packages/rpcbind: rpcbind-sunrpc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/rpcbind/rpcbind-sunrpc.patch diff -u /dev/null packages/rpcbind/rpcbind-sunrpc.patch:1.1 --- /dev/null Thu Jan 7 21:42:02 2010 +++ packages/rpcbind/rpcbind-sunrpc.patch Thu Jan 7 21:41:57 2010 @@ -0,0 +1,11 @@ +--- 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 *[])); ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
