Artifact d8ee6e6803f9be6fbb90284da50cb42957f19ce227d9b1bed108f8a44c646ce1:
- File mountd.service.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 341) [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 .endif mountd: rpcbind NETWORK SERVERS _service # mountlate -> SERVERS test -z "$${DAEMON_$@_ENABLE}" || { \ rm -f /var/db/mountdtab; \ ( umask 022 ; touch /var/db/mountdtab ); \ }