diff options
Diffstat (limited to 'libexec/rc/rc.d/rpcbind')
-rwxr-xr-x | libexec/rc/rc.d/rpcbind | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/rpcbind b/libexec/rc/rc.d/rpcbind index 699fdd094241..c393df666219 100755 --- a/libexec/rc/rc.d/rpcbind +++ b/libexec/rc/rc.d/rpcbind @@ -13,6 +13,8 @@ desc="Universal addresses to RPC program number mapper" rcvar="rpcbind_enable" command="/usr/sbin/${name}" +: ${rpcbind_svcj_options:="net_basic"} + stop_postcmd='/bin/rm -f /var/run/rpcbind.*' load_rc_config $name |