Annotation For nfsd.service.mk
Logged in as anonymous

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

                         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
d8511a3d7c 2022-05-30   14: 
d8511a3d7c 2022-05-30   15: nfsd_exit: