K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2021-04-15T21:55:50.403454Z K 7 svn:log V 670 nfsd: silence rpcb_unset noise for NFSv4 only servers An NFSv4 only configuration does not register with rpcbind(). Without this patch a failure to rpcb_unset() is reported when the daemon is terminated for this case. This is harmless noise, but this patch avoids calling rpcb_unset() for the NFSv4 only case, avoiding the noise. When called with "-d", it still does the rpcb_unset(), assuming that the configuration might have been changed to NFSv4 only and unregistering with rpcbind() might still be needed. (cherry picked from commit b43fe9eb4b3365156016ae3477747a46fc094bb8) Git Hash: ed4f2fc6fdc232da96fd5795795d78c291810e9a Git Author: rmacklem@FreeBSD.org END