https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218750
Tatsuki Makino <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Tatsuki Makino <[email protected]> --- Where does this consider the hard-coded value to be the highest priority? In the case of dbus-1.14.4, it appears to be hard-coded in the following. File: dbus-1.14.4/dbus/dbus-sysdeps-unix.c Function: dbus_bool_t _dbus_read_local_machine_uuid (DBusGUID *machine_id, dbus_bool_t create_if_not_found, DBusError *error) DBUS_MACHINE_UUID_FILE is set by configure to the following value. -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" These were found in a trace of dbus-uuidgen --ensure running in ${LOCALBASE}/etc/rc.d/dbus. I don't like /var/lib either, but if the talk of moving it to /var/db is adopted, will all these be patched or a symlink-maze :) created? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
