[systemd-commits] src/libsystemd-bus

Lennart Poettering lennart at kemper.freedesktop.org
Fri Dec 27 08:42:26 PST 2013


 src/libsystemd-bus/PORTING-DBUS1 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e9b1d28de3c4f77aa0e30448fc2665915c4f2142
Author: Mantas MikulÄ—nas <grawity at gmail.com>
Date:   Fri Dec 27 10:30:53 2013 +0200

    bus: PORTING-DBUS1: fix user bus path

diff --git a/src/libsystemd-bus/PORTING-DBUS1 b/src/libsystemd-bus/PORTING-DBUS1
index f52d24b..d14d628 100644
--- a/src/libsystemd-bus/PORTING-DBUS1
+++ b/src/libsystemd-bus/PORTING-DBUS1
@@ -516,7 +516,7 @@ connecting to the system bus:
 This will ensure that kdbus is preferred over the legacy AF_UNIX
 socket, but compatibility is kept. For the user bus use:
 
-   kernel:path=/dev/kdbus/$UID-system/bus;unix:path=$XDG_RUNTIME_DIR/bus
+   kernel:path=/dev/kdbus/$UID-user/bus;unix:path=$XDG_RUNTIME_DIR/bus
 
 With $UID replaced by the callers numer user ID, and $XDG_RUNTIME_DIR
 following the XDG basedir spec.



More information about the systemd-commits mailing list