Artifact 9f79d9ca372c41f2512a8cbf6c6083fe1f39f8be13a59420d43361fb274ba8bd:
- File mountd.service.mk — part of check-in [8bc8c738d5] at 2022-05-31 08:15:44 on branch trunk — mounttmpfs, change how service deps work (user: arcade, size: 357) [annotate] [blame] [check-ins using]
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