[Bug 273237] devel/dbus: /var/local/lib/dbus/machine-id not created
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273237] devel/dbus: /var/local/lib/dbus/machine-id not created"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Aug 2023 05:33:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273237
--- Comment #2 from Slawomir Wojciech Wojtczak <vermaden@interia.pl> ---
(In reply to Jan Beich from comment #1)
I just updated the Ports tree and rebuild the devel/dbus.
Effect is the same. Nothing changed.
If still only uses /var/lib/dbus and not /var/local/lib/dbus path.
| dbus_prestart()
| {
| mkdir -p /var/lib/dbus
| /usr/local/bin/dbus-uuidgen --ensure
| mkdir -p /var/run/dbus
| }
The above quote is from /usr/local/etc/rc.d/dbus file.
Regards.
--
You are receiving this mail because:
You are the assignee for the bug.