Differences From Artifact [da6509a51a]:
- File devd.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: 166) [annotate] [blame] [check-ins using]
To Artifact [144a98e479]:
- File devd.service.mk — part of check-in [bc20f9df9f] at 2019-10-24 10:31:23 on branch trunk — add default empty start target when it's absent, add flags to control background/foreground mode (user: arcade, size: 171) [annotate] [blame] [check-ins using]
1 2 | DAEMON_devd_COMMAND?=/sbin/devd DAEMON_devd_ENABLE?=yes | | | 1 2 3 4 5 6 | DAEMON_devd_COMMAND?=/sbin/devd DAEMON_devd_ENABLE?=yes DAEMON_devd_FOREGROUND?=-dq devd: _earlyservice test -n "$${DAEMON_$@_ENABLE}" || sysctl hw.bus.devctl_disable=1 |