summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSamy Mahmoudi <samy.mahmoudi@gmail.com>2020-11-05 18:13:23 -0500
committerSamy Mahmoudi <samy.mahmoudi@gmail.com>2020-11-06 22:39:55 +0000
commit95ad63d70665ca8ed7e2015f20d9bd7c6a2f44ca (patch)
tree2096eeb4446653f91e2ab5fefda6446ada67b694 /NEWS
parentb187a5f72959ce89497a681c9582dc369bad069d (diff)
downloaddbus-95ad63d70665ca8ed7e2015f20d9bd7c6a2f44ca.tar.gz
NEWS: Add missing directory 'lib' to three paths
Since ${localstatedir}/dbus should be ${localstatedir}/lib/dbus, insert the missing directory 'lib' into the three erroneous paths.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 58fc2f0b..9d50388e 100644
--- a/NEWS
+++ b/NEWS
@@ -739,8 +739,8 @@ Fixes:
• Expand ${bindir} correctly when pkg-config is asked for dbus_daemondir
(fd.o #104265, Benedikt Heine)
-• On Linux systems with systemd < 237, if ${localstatedir}/dbus doesn't
- exist, create it before trying to create ${localstatedir}/dbus/machine-id
+• On Linux systems with systemd < 237, if ${localstatedir}/lib/dbus doesn't
+ exist, create it before trying to create ${localstatedir}/lib/dbus/machine-id
(fd.o #104577, Chris Lesiak)
• Fix escaping in dbus-api-design document (fd.o #104925, Philip Withnall)
@@ -1218,7 +1218,7 @@ Enhancements:
g_test_trap_subprocess(), for Windows support and better robustness
on Unix (fd.o #101362, Simon McVittie)
-• On systemd systems, if ${localstatedir}/dbus/machine-id doesn't exist,
+• On systemd systems, if ${localstatedir}/lib/dbus/machine-id doesn't exist,
instruct systemd-tmpfiles to make it a symbolic link to /etc/machine-id.
This prevents the two files from going out of sync on stateless or live
images without needing to run dbus-uuidgen, and supports older D-Bus