Lines of
mountd.service.mk
from check-in 8bc8c738d5
that are changed by the sequence of edits moving toward
check-in 7b547778fc:
1: DAEMON_mountd_COMMAND?=/sbin/mountd
8bc8c738d5 2022-05-31 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:
8: DAEMON_rpcbind_DEPS+=mountd
9: .endif
10:
11: mountd: rpcbind NETWORK SERVERS ${_SERVICE} # mountlate -> SERVERS
12: rm -f /var/db/mountdtab ;\
13: ( umask 022; touch /var/db/mountdtab; ) ;\
14: :
15:
16: NETWORK_EXIT: mountd_exit