rpc_umntall.init at [be4f89a54b]
Logged in as anonymous

File rpc_umntall.init artifact 4e1d588074 part of check-in be4f89a54b


# vim:ft=make:

rpc_umntall: mountlate NETWORK rpcbind
.if empty(RPC_UMNTALL_ENABLE:tl:Mno)
	test -f /var/db/mounttab || true && \
	  rpc.umntall -k &
.endif