Differences From Artifact [4e1d588074]:
- File rpc_umntall.init — part of check-in [67838bd249] at 2019-10-21 14:21:35 on branch trunk — fix devd, fix order, change daemonizing process, adding nfsd (user: arcade, size: 158) [annotate] [blame] [check-ins using]
To Artifact [b2f9b7f446]:
- File rpc_umntall.init.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 196) [annotate] [blame] [check-ins using]
|
| < < > | 1 2 3 4 5 6 | 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 |