buildroot/package/dbus
Jan Čermák b45d671fe3
package/dbus: set runstatedir to /run
DBus 1.14.x now has the Containers1 interface which uses path in
runstatedir (by default set to /var/run) for creating sockets. With the
default, Systemd complains about it being a legacy directory:

systemd-tmpfiles[102]: /usr/lib/tmpfiles.d/dbus.conf:13: Line references
path below legacy directory /var/run/, updating /var/run/dbus/containers
→ /run/dbus/containers; please update the tmpfiles.d/ drop-in file
accordingly.

Set the configure option runstatedir to /run to use the preferred path
to avoid the warning and use the /run directory consistently. Setting
the value only affects the path of these sockets and to the PID file,
which is already explicitly set by another option.

Signed-off-by: Jan Čermák <sairon@sairon.cz>
2024-03-28 10:51:39 +01:00
..
Config.in
S30dbus
dbus.hash package/dbus: bump to version 1.14.10 2023-12-25 21:44:03 +01:00
dbus.mk package/dbus: set runstatedir to /run 2024-03-28 10:51:39 +01:00