Lines of
mountd.service.mk
from check-in d8511a3d7c
that are changed by the sequence of edits moving toward
check-in 8bc8c738d5:
1: DAEMON_mountd_COMMAND?=/sbin/mountd
2: DAEMON_mountd_ENABLE?=no
3: DAEMON_mountd_FLAGS?=-r
4:
5: .if empty(DAEMON_mountd_ENABLE:tl:Mno)
6: DAEMON_rpcbind_ENABLE=yes
7: .endif
8:
9: mountd: rpcbind NETWORK SERVERS ${_SERVICE} # mountlate -> SERVERS
10: rm -f /var/db/mountdtab ;\
11: ( umask 022; touch /var/db/mountdtab; ) ;\
12: :
d8511a3d7c 2022-05-30 13:
d8511a3d7c 2022-05-30 14: mountd_exit: ${_SERVICE_EXIT} nfsd_exit
15:
16: NETWORK_EXIT: mountd_exit