rpc_umntall.init.mk at [29803f148a]
Logged in as anonymous

File rpc_umntall.init.mk artifact b2f9b7f446 part of check-in 29803f148a


rpc_umntall: mountlate NETWORK rpcbind
.if empty(RPC_UMNTALL_ENABLE:tl:Mno)
	echo "MRC:$@> Sending RPC unmount notifications."; \
	test -f /var/db/mounttab || true && \
	  rpc.umntall -k &
.endif