Annotation For mountd.service.mk
Logged in as anonymous

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

                         1: DAEMON_mountd_COMMAND?=/sbin/mountd
                         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: .endif
                         8: 
7a1e7f4a58 2019-10-21    9: mountd: rpcbind NETWORK SERVERS _service # mountlate -> SERVERS
7a1e7f4a58 2019-10-21   10: 	test -z "$${DAEMON_$@_ENABLE}" || { \
7a1e7f4a58 2019-10-21   11: 	  rm -f /var/db/mountdtab; \
7a1e7f4a58 2019-10-21   12: 	  ( umask 022 ; touch /var/db/mountdtab ); \
7a1e7f4a58 2019-10-21   13: 	}