Lines of dbus.service from check-in 716b0393df that are changed by the sequence of edits moving toward check-in ebafd89015:
1: # vim:ft=make:
2:
3: DAEMON_dbus_COMMAND?=/usr/local/bin/dbus-daemon
4: DAEMON_dbus_ENABLE?=no
5: DAEMON_dbus_FLAGS?=--system
6:
716b0393df 2019-10-21 7: dbus: _daemon
8: .export DAEMON_$@_ENABLE
9: test -z "$${DAEMON_$@_ENABLE}" || { \
10: /usr/local/bin/dbus-uuidgen --ensure; \
11: mkdir -p /var/run/dbus; \
12: }