Lines of
nfsd.service.mk
from check-in 8bc8c738d5
that are changed by the sequence of edits moving toward
check-in 7b547778fc:
1: DAEMON_nfsd_COMMAND?=/sbin/nfsd
8bc8c738d5 2022-05-31 2: DAEMON_nfsd_ENABLE?=no
3: DAEMON_nfsd_FLAGS?=-u -t -n 4
4:
8bc8c738d5 2022-05-31 5: .if empty(DAEMON_nfsd_ENABLE:tl:Mno)
6: DAEMON_mountd_DEPS+=nfsd
7: DAEMON_rpcbind_DEPS+=nfsd
8:
9: DAEMON_rpcbind_ENABLE=yes
10: DAEMON_mountd_ENABLE=yes
11: .endif
12:
13: nfsd: mountd ${_SERVICE} rpcbind
14: .if empty(NFS_RESERVED_PORT_ONLY:tl:Mno)
15: sysctl vfs.nfs.nfs_privport=1
16: .endif