freebsd-dev/usr.bin/rpcinfo
Alfred Perlstein 8858373f83 The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks
were removed and replaced them with clnt_tp_create, now the af_local
support is fixed.

I also removed the hack how rpcinfo contacted rpcbind, now we can
relay on clnt_tp_create create the client-handle for us.  Only
rpcbind itself needs a hardcoded socket-path.

Submitted by: mbr

Also add $FreeBSD
2002-02-05 19:26:04 +00:00
..
Makefile MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
rpcinfo.8 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
rpcinfo.c The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks 2002-02-05 19:26:04 +00:00