If the previous patch sets to the kernel and the libtirpc are accepted, we need rpcbind to listen on the new abstract address. We could unconditionally listen, but as current libtirpc rejects sockets bound to abstract addresses, this would result in unsightly errors. So only add the new ListenStream to rpcbind.socket if it is likely to work. Also enhance rpcinfo to use the new abstract address if possible. NeilBrown --- NeilBrown (2): Listen on an AF_UNIX abstract address if supported. rpcinfo: try connecting using abstract address. configure.ac | 13 ++++++++++++- src/rpcinfo.c | 24 +++++++++++++++++++++++- systemd/rpcbind.socket | 18 ------------------ systemd/rpcbind.socket.in | 19 +++++++++++++++++++ 4 files changed, 54 insertions(+), 20 deletions(-) delete mode 100644 systemd/rpcbind.socket create mode 100644 systemd/rpcbind.socket.in -- Signature