rpc_umntall.init.mk at [7a1e7f4a58]
Logged in as anonymous

File rpc_umntall.init.mk artifact b2f9b7f446 part of check-in 7a1e7f4a58


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