mountd.service.mk at [2213c809d5]
Logged in as anonymous

File mountd.service.mk artifact 9f79d9ca37 part of check-in 2213c809d5


DAEMON_mountd_COMMAND?=/sbin/mountd
DAEMON_mountd_ENABLE?=no
DAEMON_mountd_FLAGS?=-r

.if empty(DAEMON_mountd_ENABLE:tl:Mno)
DAEMON_rpcbind_ENABLE=yes

DAEMON_rpcbind_DEPS+=mountd
.endif

mountd: rpcbind NETWORK SERVERS ${_SERVICE} # mountlate -> SERVERS
	rm -f /var/db/mountdtab ;\
	( umask 022; touch /var/db/mountdtab; ) ;\
	:

NETWORK_EXIT: mountd_exit