Diff
Logged in as anonymous

Differences From Artifact [4e1d588074]:

To Artifact [b2f9b7f446]:


1
2
3
4

5
6
7


1
2
3
4
5
6
-
-


+



# vim:ft=make:

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