X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd%2FPORTING-DBUS1;fp=src%2Flibsystemd-bus%2FPORTING-DBUS1;h=67af27772eec49dcb893aacf143583fdf33b76bb;hp=d14d6286a21e984e19ce1a119d81abf479503a59;hb=6bb648a16ae4a682ad4784412af706d2e6a3e4da;hpb=883b36908788361a8bb945ce884dc518da83b371 diff --git a/src/libsystemd-bus/PORTING-DBUS1 b/src/libsystemd/PORTING-DBUS1 similarity index 99% rename from src/libsystemd-bus/PORTING-DBUS1 rename to src/libsystemd/PORTING-DBUS1 index d14d6286a..67af27772 100644 --- a/src/libsystemd-bus/PORTING-DBUS1 +++ b/src/libsystemd/PORTING-DBUS1 @@ -21,7 +21,7 @@ bus. The system bus is thus called /dev/kdbus/0-system, and for user buses the device node is /dev/kdbus/1000-user (if 1000 is your user id). -(Before we proceed, please always keep a copy of libsystemd-bus next +(Before we proceed, please always keep a copy of libsystemd next to you, ultimately that's where the details are, this document simply is a rough overview to help you grok things.) @@ -414,7 +414,7 @@ More specifically: there are kernel messages containing KDBUS_ITEM_NAME_ADD, KDBUS_ITEM_NAME_REMOVE, KDBUS_ITEM_NAME_CHANGE, KDBUS_ITEM_ID_ADD, KDBUS_ITEM_ID_REMOVE items are generated (each message will contain - exactly one of these items). Note that in libsystemd-bus we have + exactly one of these items). Note that in libsystemd we have obsoleted NameLost/NameAcquired messages, since they are entirely redundant to NameOwnerChanged. This library will hence only synthesize NameOwnerChanged messages from these kernel messages,