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