Annotation For nfsd.service.mk
Logged in as anonymous

Lines of nfsd.service.mk from check-in 7a1e7f4a58 that are changed by the sequence of edits moving toward check-in d8511a3d7c:

                         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: 
7a1e7f4a58 2019-10-21   10: nfsd: mountd _service rpcbind
                        11: .if empty(NFS_RESERVED_PORT_ONLY:tl:Mno)
                        12: 	sysctl vfs.nfs.nfs_privport=1
                        13: .endif