Artifact [b2f9b7f446]
Logged in as anonymous

Artifact b2f9b7f446c78de77b690a3d9ce57f30aab83cee02cd8898e97445be2bc4f4eb:


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