libsystemd-bus: rename to libsystemd

Documentation was updated to refer to either 'libsystemd' or 'sd-bus' in place
of libsystemd-bus.
This commit is contained in:
Tom Gundersen 2014-01-13 17:30:51 +01:00
parent 883b369087
commit 6bb648a16a
82 changed files with 174 additions and 173 deletions

1
.gitignore vendored
View File

@ -156,6 +156,7 @@
/test-journal-stream /test-journal-stream
/test-journal-syslog /test-journal-syslog
/test-journal-verify /test-journal-verify
/test-libsystemd-sym*
/test-libsystemd-*-sym* /test-libsystemd-*-sym*
/test-libudev /test-libudev
/test-libudev-sym* /test-libudev-sym*

View File

@ -189,7 +189,7 @@ AM_CPPFLAGS = \
-I $(top_srcdir)/src/udev \ -I $(top_srcdir)/src/udev \
-I $(top_srcdir)/src/udev/net \ -I $(top_srcdir)/src/udev/net \
-I $(top_builddir)/src/udev \ -I $(top_builddir)/src/udev \
-I $(top_srcdir)/src/libsystemd-bus \ -I $(top_srcdir)/src/libsystemd \
-I $(top_srcdir)/src/libsystemd-rtnl \ -I $(top_srcdir)/src/libsystemd-rtnl \
$(OUR_CPPFLAGS) $(OUR_CPPFLAGS)
@ -657,7 +657,7 @@ test_rtnl_SOURCES = \
test_rtnl_LDADD = \ test_rtnl_LDADD = \
libsystemd-rtnl.la \ libsystemd-rtnl.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -671,8 +671,8 @@ noinst_LTLIBRARIES += \
libsystemd_dns_la_SOURCES = \ libsystemd_dns_la_SOURCES = \
src/systemd/sd-dns.h \ src/systemd/sd-dns.h \
src/libsystemd-bus/sd-dns.c \ src/libsystemd/sd-dns.c \
src/libsystemd-bus/dns-util.h src/libsystemd/dns-util.h
libsystemd_dns_la_LIBADD = \ libsystemd_dns_la_LIBADD = \
libsystemd-shared.la libsystemd-shared.la
@ -681,7 +681,7 @@ libsystemd_dns_la_CFLAGS = \
-pthread -pthread
test_dns_SOURCES = \ test_dns_SOURCES = \
src/libsystemd-bus/test-dns.c \ src/libsystemd/test-dns.c \
src/systemd/sd-dns.h src/systemd/sd-dns.h
test_dns_LDADD = \ test_dns_LDADD = \
@ -1057,7 +1057,7 @@ libsystemd_core_la_LIBADD = \
libudev-internal.la \ libudev-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-rtnl.la \ libsystemd-rtnl.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
$(LIBWRAP_LIBS) \ $(LIBWRAP_LIBS) \
$(PAM_LIBS) \ $(PAM_LIBS) \
$(AUDIT_LIBS) \ $(AUDIT_LIBS) \
@ -1511,7 +1511,7 @@ systemd_analyze_SOURCES = \
src/analyze/analyze.c src/analyze/analyze.c
systemd_analyze_LDADD = \ systemd_analyze_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -1521,7 +1521,7 @@ systemd_initctl_SOURCES = \
src/initctl/initctl.c src/initctl/initctl.c
systemd_initctl_LDADD = \ systemd_initctl_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -1535,7 +1535,7 @@ systemd_update_utmp_CFLAGS = \
$(AUDIT_CFLAGS) $(AUDIT_CFLAGS)
systemd_update_utmp_LDADD = \ systemd_update_utmp_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
@ -1687,7 +1687,7 @@ systemd_fsck_SOURCES = \
src/fsck/fsck.c src/fsck/fsck.c
systemd_fsck_LDADD = \ systemd_fsck_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libudev-internal.la \ libudev-internal.la \
@ -1809,7 +1809,7 @@ systemd_dbus1_generator_SOURCES = \
systemd_dbus1_generator_LDADD = \ systemd_dbus1_generator_LDADD = \
libsystemd-label.la \ libsystemd-label.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-internal.la libsystemd-internal.la
dbus1-generator-install-hook: dbus1-generator-install-hook:
$(AM_V_LN)$(LN_S) -f $(systemgeneratordir)/systemd-dbus1-generator $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator $(AM_V_LN)$(LN_S) -f $(systemgeneratordir)/systemd-dbus1-generator $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
@ -1843,7 +1843,7 @@ systemd_cgroups_agent_SOURCES = \
src/cgroups-agent/cgroups-agent.c src/cgroups-agent/cgroups-agent.c
systemd_cgroups_agent_LDADD = \ systemd_cgroups_agent_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -1855,7 +1855,7 @@ systemctl_SOURCES = \
systemctl_LDADD = \ systemctl_LDADD = \
libsystemd-units.la \ libsystemd-units.la \
libsystemd-label.la \ libsystemd-label.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-logs.la libsystemd-logs.la
if ENABLE_LOGIND if ENABLE_LOGIND
@ -1918,7 +1918,7 @@ systemd_nspawn_SOURCES = \
systemd_nspawn_LDADD = \ systemd_nspawn_LDADD = \
libsystemd-label.la \ libsystemd-label.la \
libsystemd-capability.la \ libsystemd-capability.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
@ -1931,7 +1931,7 @@ systemd_run_SOURCES = \
systemd_run_LDADD = \ systemd_run_LDADD = \
libsystemd-label.la \ libsystemd-label.la \
libsystemd-capability.la \ libsystemd-capability.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -1941,7 +1941,7 @@ systemd_bus_proxyd_SOURCES = \
src/bus-proxyd/bus-proxyd.c src/bus-proxyd/bus-proxyd.c
systemd_bus_proxyd_LDADD = \ systemd_bus_proxyd_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -2029,109 +2029,109 @@ EXTRA_DIST += \
src/libsystemd-daemon/libsystemd-daemon.pc.in src/libsystemd-daemon/libsystemd-daemon.pc.in
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
libsystemd_bus_la_SOURCES = \ libsystemd_la_SOURCES = \
src/libsystemd-bus/libsystemd-bus.sym \ src/libsystemd/libsystemd.sym \
src/systemd/sd-bus.h \ src/systemd/sd-bus.h \
src/systemd/sd-bus-protocol.h \ src/systemd/sd-bus-protocol.h \
src/systemd/sd-bus-vtable.h \ src/systemd/sd-bus-vtable.h \
src/systemd/sd-memfd.h \ src/systemd/sd-memfd.h \
src/systemd/sd-utf8.h \ src/systemd/sd-utf8.h \
src/systemd/sd-event.h \ src/systemd/sd-event.h \
src/libsystemd-bus/sd-bus.c \ src/libsystemd/sd-bus.c \
src/libsystemd-bus/bus-control.c \ src/libsystemd/bus-control.c \
src/libsystemd-bus/bus-control.h \ src/libsystemd/bus-control.h \
src/libsystemd-bus/bus-error.c \ src/libsystemd/bus-error.c \
src/libsystemd-bus/bus-error.h \ src/libsystemd/bus-error.h \
src/libsystemd-bus/bus-internal.c \ src/libsystemd/bus-internal.c \
src/libsystemd-bus/bus-internal.h \ src/libsystemd/bus-internal.h \
src/libsystemd-bus/bus-socket.c \ src/libsystemd/bus-socket.c \
src/libsystemd-bus/bus-socket.h \ src/libsystemd/bus-socket.h \
src/libsystemd-bus/bus-kernel.c \ src/libsystemd/bus-kernel.c \
src/libsystemd-bus/bus-kernel.h \ src/libsystemd/bus-kernel.h \
src/libsystemd-bus/bus-container.c \ src/libsystemd/bus-container.c \
src/libsystemd-bus/bus-container.h \ src/libsystemd/bus-container.h \
src/libsystemd-bus/bus-message.c \ src/libsystemd/bus-message.c \
src/libsystemd-bus/bus-message.h \ src/libsystemd/bus-message.h \
src/libsystemd-bus/bus-creds.c \ src/libsystemd/bus-creds.c \
src/libsystemd-bus/bus-creds.h \ src/libsystemd/bus-creds.h \
src/libsystemd-bus/bus-signature.c \ src/libsystemd/bus-signature.c \
src/libsystemd-bus/bus-signature.h \ src/libsystemd/bus-signature.h \
src/libsystemd-bus/bus-type.c \ src/libsystemd/bus-type.c \
src/libsystemd-bus/bus-type.h \ src/libsystemd/bus-type.h \
src/libsystemd-bus/bus-match.c \ src/libsystemd/bus-match.c \
src/libsystemd-bus/bus-match.h \ src/libsystemd/bus-match.h \
src/libsystemd-bus/bus-bloom.c \ src/libsystemd/bus-bloom.c \
src/libsystemd-bus/bus-bloom.h \ src/libsystemd/bus-bloom.h \
src/libsystemd-bus/bus-introspect.c \ src/libsystemd/bus-introspect.c \
src/libsystemd-bus/bus-introspect.h \ src/libsystemd/bus-introspect.h \
src/libsystemd-bus/bus-objects.c \ src/libsystemd/bus-objects.c \
src/libsystemd-bus/bus-objects.h \ src/libsystemd/bus-objects.h \
src/libsystemd-bus/bus-gvariant.c \ src/libsystemd/bus-gvariant.c \
src/libsystemd-bus/bus-gvariant.h \ src/libsystemd/bus-gvariant.h \
src/libsystemd-bus/bus-convenience.c \ src/libsystemd/bus-convenience.c \
src/libsystemd-bus/kdbus.h \ src/libsystemd/kdbus.h \
src/libsystemd-bus/sd-memfd.c \ src/libsystemd/sd-memfd.c \
src/libsystemd-bus/bus-util.c \ src/libsystemd/bus-util.c \
src/libsystemd-bus/bus-util.h \ src/libsystemd/bus-util.h \
src/libsystemd-bus/sd-utf8.c \ src/libsystemd/sd-utf8.c \
src/libsystemd-bus/sd-event.c \ src/libsystemd/sd-event.c \
src/libsystemd-bus/event-util.h \ src/libsystemd/event-util.h \
src/libsystemd-bus/bus-protocol.h src/libsystemd/bus-protocol.h
nodist_libsystemd_bus_la_SOURCES = \ nodist_libsystemd_la_SOURCES = \
src/libsystemd-bus/bus-error-mapping.c src/libsystemd/bus-error-mapping.c
libsystemd_bus_la_LIBADD = \ libsystemd_la_LIBADD = \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
libsystemd_bus_la_CFLAGS = \ libsystemd_la_CFLAGS = \
$(AM_CFLAGS) \ $(AM_CFLAGS) \
-pthread -pthread
libsystemd_bus_la_LDFLAGS = \ libsystemd_la_LDFLAGS = \
$(AM_LDFLAGS) \ $(AM_LDFLAGS) \
-version-info $(LIBSYSTEMD_BUS_CURRENT):$(LIBSYSTEMD_BUS_REVISION):$(LIBSYSTEMD_BUS_AGE) \ -version-info $(LIBSYSTEMD_BUS_CURRENT):$(LIBSYSTEMD_BUS_REVISION):$(LIBSYSTEMD_BUS_AGE) \
-Wl,--version-script=$(top_srcdir)/src/libsystemd-bus/libsystemd-bus.sym -Wl,--version-script=$(top_srcdir)/src/libsystemd/libsystemd.sym
pkgconfiglib_DATA += \ pkgconfiglib_DATA += \
src/libsystemd-bus/libsystemd-bus.pc src/libsystemd/libsystemd.pc
EXTRA_DIST += \ EXTRA_DIST += \
src/libsystemd-bus/bus-error-mapping.gperf \ src/libsystemd/bus-error-mapping.gperf \
src/libsystemd-bus/libsystemd-bus.pc.in \ src/libsystemd/libsystemd.pc.in \
src/libsystemd-bus/DIFFERENCES \ src/libsystemd/DIFFERENCES \
src/libsystemd-bus/GVARIANT-SERIALIZATION src/libsystemd/GVARIANT-SERIALIZATION
CLEANFILES += \ CLEANFILES += \
src/libsystemd-bus/bus-error-mapping.c src/libsystemd/bus-error-mapping.c
lib_LTLIBRARIES += \ lib_LTLIBRARIES += \
libsystemd-bus.la libsystemd.la
libsystemd_bus_internal_la_SOURCES = \ libsystemd_internal_la_SOURCES = \
$(libsystemd_bus_la_SOURCES) $(libsystemd_la_SOURCES)
nodist_libsystemd_bus_internal_la_SOURCES = \ nodist_libsystemd_internal_la_SOURCES = \
$(nodist_libsystemd_bus_la_SOURCES) $(nodist_libsystemd_la_SOURCES)
libsystemd_bus_internal_la_CFLAGS = \ libsystemd_internal_la_CFLAGS = \
$(libsystemd_bus_la_CFLAGS) $(libsystemd_la_CFLAGS)
noinst_LTLIBRARIES += \ noinst_LTLIBRARIES += \
libsystemd-bus-internal.la libsystemd-internal.la
libsystemd_bus_dump_la_SOURCES = \ libsystemd_dump_la_SOURCES = \
src/libsystemd-bus/bus-dump.c \ src/libsystemd/bus-dump.c \
src/libsystemd-bus/bus-dump.h src/libsystemd/bus-dump.h
libsystemd_bus_dump_la_CFLAGS = \ libsystemd_dump_la_CFLAGS = \
$(AM_CFLAGS) \ $(AM_CFLAGS) \
$(CAP_CFLAGS) $(CAP_CFLAGS)
noinst_LTLIBRARIES += \ noinst_LTLIBRARIES += \
libsystemd-bus-dump.la libsystemd-dump.la
tests += \ tests += \
test-bus-marshal \ test-bus-marshal \
@ -2155,14 +2155,14 @@ bin_PROGRAMS += \
busctl busctl
test_bus_marshal_SOURCES = \ test_bus_marshal_SOURCES = \
src/libsystemd-bus/test-bus-marshal.c src/libsystemd/test-bus-marshal.c
test_bus_marshal_LDADD = \ test_bus_marshal_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-dump.la \ libsystemd-dump.la \
libsystemd-capability.la \ libsystemd-capability.la \
$(GLIB_LIBS) \ $(GLIB_LIBS) \
$(DBUS_LIBS) \ $(DBUS_LIBS) \
@ -2175,40 +2175,40 @@ test_bus_marshal_CFLAGS = \
$(CAP_CFLAGS) $(CAP_CFLAGS)
test_bus_signature_SOURCES = \ test_bus_signature_SOURCES = \
src/libsystemd-bus/test-bus-signature.c src/libsystemd/test-bus-signature.c
test_bus_signature_LDADD = \ test_bus_signature_LDADD = \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-internal.la libsystemd-internal.la
test_bus_chat_SOURCES = \ test_bus_chat_SOURCES = \
src/libsystemd-bus/test-bus-chat.c src/libsystemd/test-bus-chat.c
test_bus_chat_CFLAGS = \ test_bus_chat_CFLAGS = \
$(AM_CFLAGS) \ $(AM_CFLAGS) \
-pthread -pthread
test_bus_chat_LDADD = \ test_bus_chat_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
test_bus_server_SOURCES = \ test_bus_server_SOURCES = \
src/libsystemd-bus/test-bus-server.c src/libsystemd/test-bus-server.c
test_bus_server_CFLAGS = \ test_bus_server_CFLAGS = \
$(AM_CFLAGS) \ $(AM_CFLAGS) \
-pthread -pthread
test_bus_server_LDADD = \ test_bus_server_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
test_bus_objects_SOURCES = \ test_bus_objects_SOURCES = \
src/libsystemd-bus/test-bus-objects.c src/libsystemd/test-bus-objects.c
test_bus_objects_CFLAGS = \ test_bus_objects_CFLAGS = \
$(AM_CFLAGS) \ $(AM_CFLAGS) \
@ -2216,32 +2216,32 @@ test_bus_objects_CFLAGS = \
-pthread -pthread
test_bus_objects_LDADD = \ test_bus_objects_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-dump.la \ libsystemd-dump.la \
libsystemd-capability.la \ libsystemd-capability.la \
$(CAP_LIBS) $(CAP_LIBS)
test_bus_error_SOURCES = \ test_bus_error_SOURCES = \
src/libsystemd-bus/test-bus-error.c src/libsystemd/test-bus-error.c
test_bus_error_LDADD = \ test_bus_error_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
test_bus_gvariant_SOURCES = \ test_bus_gvariant_SOURCES = \
src/libsystemd-bus/test-bus-gvariant.c src/libsystemd/test-bus-gvariant.c
test_bus_gvariant_LDADD = \ test_bus_gvariant_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-dump.la \ libsystemd-dump.la \
libsystemd-capability.la \ libsystemd-capability.la \
$(GLIB_LIBS) \ $(GLIB_LIBS) \
$(CAP_LIBS) $(CAP_LIBS)
@ -2252,34 +2252,34 @@ test_bus_gvariant_CFLAGS = \
$(CAP_CFLAGS) $(CAP_CFLAGS)
test_bus_creds_SOURCES = \ test_bus_creds_SOURCES = \
src/libsystemd-bus/test-bus-creds.c src/libsystemd/test-bus-creds.c
test_bus_creds_LDADD = \ test_bus_creds_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-dump.la \ libsystemd-dump.la \
libsystemd-capability.la libsystemd-capability.la
test_bus_match_SOURCES = \ test_bus_match_SOURCES = \
src/libsystemd-bus/test-bus-match.c src/libsystemd/test-bus-match.c
test_bus_match_LDADD = \ test_bus_match_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
test_bus_kernel_SOURCES = \ test_bus_kernel_SOURCES = \
src/libsystemd-bus/test-bus-kernel.c src/libsystemd/test-bus-kernel.c
test_bus_kernel_LDADD = \ test_bus_kernel_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-dump.la \ libsystemd-dump.la \
libsystemd-capability.la \ libsystemd-capability.la \
$(CAP_LIBS) $(CAP_LIBS)
@ -2288,39 +2288,39 @@ test_bus_kernel_CFLAGS = \
$(CAP_CFLAGS) $(CAP_CFLAGS)
test_bus_kernel_bloom_SOURCES = \ test_bus_kernel_bloom_SOURCES = \
src/libsystemd-bus/test-bus-kernel-bloom.c src/libsystemd/test-bus-kernel-bloom.c
test_bus_kernel_bloom_LDADD = \ test_bus_kernel_bloom_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
test_bus_kernel_benchmark_SOURCES = \ test_bus_kernel_benchmark_SOURCES = \
src/libsystemd-bus/test-bus-kernel-benchmark.c src/libsystemd/test-bus-kernel-benchmark.c
test_bus_kernel_benchmark_LDADD = \ test_bus_kernel_benchmark_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
test_bus_memfd_SOURCES = \ test_bus_memfd_SOURCES = \
src/libsystemd-bus/test-bus-memfd.c src/libsystemd/test-bus-memfd.c
test_bus_memfd_LDADD = \ test_bus_memfd_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-shared.la libsystemd-shared.la
test_bus_zero_copy_SOURCES = \ test_bus_zero_copy_SOURCES = \
src/libsystemd-bus/test-bus-zero-copy.c src/libsystemd/test-bus-zero-copy.c
test_bus_zero_copy_LDADD = \ test_bus_zero_copy_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-dump.la \ libsystemd-dump.la \
libsystemd-capability.la \ libsystemd-capability.la \
$(CAP_LIBS) $(CAP_LIBS)
@ -2329,30 +2329,30 @@ test_bus_zero_copy_CFLAGS = \
$(CAP_CFLAGS) $(CAP_CFLAGS)
test_bus_introspect_SOURCES = \ test_bus_introspect_SOURCES = \
src/libsystemd-bus/test-bus-introspect.c src/libsystemd/test-bus-introspect.c
test_bus_introspect_LDADD = \ test_bus_introspect_LDADD = \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-internal.la libsystemd-internal.la
test_event_SOURCES = \ test_event_SOURCES = \
src/libsystemd-bus/test-event.c src/libsystemd/test-event.c
test_event_LDADD = \ test_event_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
busctl_SOURCES = \ busctl_SOURCES = \
src/libsystemd-bus/busctl.c src/libsystemd/busctl.c
busctl_LDADD = \ busctl_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-bus-dump.la \ libsystemd-dump.la \
libsystemd-capability.la \ libsystemd-capability.la \
$(CAP_LIBS) $(CAP_LIBS)
@ -3033,7 +3033,7 @@ systemd_journald_SOURCES = \
systemd_journald_LDADD = \ systemd_journald_LDADD = \
libsystemd-journal-core.la \ libsystemd-journal-core.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-shared.la libsystemd-shared.la
systemd_cat_SOURCES = \ systemd_cat_SOURCES = \
@ -3394,7 +3394,7 @@ systemd_journal_gatewayd_LDADD = \
libsystemd-journal-internal.la \ libsystemd-journal-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
$(MICROHTTPD_LIBS) $(MICROHTTPD_LIBS)
@ -3427,7 +3427,7 @@ systemd_socket_proxyd_SOURCES = \
systemd_socket_proxyd_LDADD = \ systemd_socket_proxyd_LDADD = \
libsystemd-logs.la \ libsystemd-logs.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-journal-internal.la \ libsystemd-journal-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
@ -3716,7 +3716,7 @@ systemd_hostnamed_SOURCES = \
systemd_hostnamed_LDADD = \ systemd_hostnamed_LDADD = \
libsystemd-label.la \ libsystemd-label.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -3749,7 +3749,7 @@ hostnamectl_SOURCES = \
src/hostname/hostnamectl.c src/hostname/hostnamectl.c
hostnamectl_LDADD = \ hostnamectl_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -3777,7 +3777,7 @@ systemd_bus_driverd_SOURCES = \
src/bus-driverd/bus-driverd.c src/bus-driverd/bus-driverd.c
systemd_bus_driverd_LDADD = \ systemd_bus_driverd_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -3815,7 +3815,7 @@ systemd_localed_SOURCES = \
systemd_localed_LDADD = \ systemd_localed_LDADD = \
libsystemd-label.la \ libsystemd-label.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -3857,7 +3857,7 @@ localectl_SOURCES = \
src/locale/localectl.c src/locale/localectl.c
localectl_LDADD = \ localectl_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -3886,7 +3886,7 @@ systemd_timedated_SOURCES = \
systemd_timedated_LDADD = \ systemd_timedated_LDADD = \
libsystemd-label.la \ libsystemd-label.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -3923,7 +3923,7 @@ timedatectl_SOURCES = \
src/timedate/timedatectl.c src/timedate/timedatectl.c
timedatectl_LDADD = \ timedatectl_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -3976,7 +3976,7 @@ noinst_LTLIBRARIES += \
libsystemd-dhcp.la libsystemd-dhcp.la
libsystemd_dhcp_la_LIBADD = \ libsystemd_dhcp_la_LIBADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-shared.la libsystemd-shared.la
test_dhcp_option_SOURCES = \ test_dhcp_option_SOURCES = \
@ -3995,7 +3995,7 @@ test_dhcp_client_SOURCES = \
src/libsystemd-dhcp/test-dhcp-client.c src/libsystemd-dhcp/test-dhcp-client.c
test_dhcp_client_LDADD = \ test_dhcp_client_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-dhcp.la \ libsystemd-dhcp.la \
@ -4026,7 +4026,7 @@ libsystemd_machine_core_la_SOURCES = \
libsystemd_machine_core_la_LIBADD = \ libsystemd_machine_core_la_LIBADD = \
libsystemd-label.la \ libsystemd-label.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libudev-internal.la \ libudev-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -4038,7 +4038,7 @@ machinectl_SOURCES = \
src/machine/machinectl.c src/machine/machinectl.c
machinectl_LDADD = \ machinectl_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -4103,7 +4103,7 @@ nodist_systemd_networkd_SOURCES = \
systemd_networkd_LDADD = \ systemd_networkd_LDADD = \
libudev-internal.la \ libudev-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-rtnl.la \ libsystemd-rtnl.la \
libsystemd-dhcp.la \ libsystemd-dhcp.la \
@ -4129,7 +4129,7 @@ test_network_SOURCES = \
test_network_LDADD = \ test_network_LDADD = \
libudev-internal.la \ libudev-internal.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-rtnl.la \ libsystemd-rtnl.la \
@ -4191,7 +4191,7 @@ libsystemd_logind_core_la_LIBADD = \
libsystemd-capability.la \ libsystemd-capability.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libudev-internal.la \ libudev-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -4221,7 +4221,7 @@ loginctl_SOURCES = \
src/login/sysfs-show.c src/login/sysfs-show.c
loginctl_LDADD = \ loginctl_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libudev-internal.la \ libudev-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
@ -4241,7 +4241,7 @@ systemd_inhibit_SOURCES = \
src/login/inhibit.c src/login/inhibit.c
systemd_inhibit_LDADD = \ systemd_inhibit_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -4267,7 +4267,7 @@ test_inhibit_SOURCES = \
src/login/test-inhibit.c src/login/test-inhibit.c
test_inhibit_LDADD = \ test_inhibit_LDADD = \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-shared.la libsystemd-shared.la
@ -4328,7 +4328,7 @@ pam_systemd_la_LDFLAGS = \
pam_systemd_la_LIBADD = \ pam_systemd_la_LIBADD = \
libsystemd-capability.la \ libsystemd-capability.la \
libsystemd-bus-internal.la \ libsystemd-internal.la \
libsystemd-id128-internal.la \ libsystemd-id128-internal.la \
libsystemd-daemon-internal.la \ libsystemd-daemon-internal.la \
libsystemd-shared.la \ libsystemd-shared.la \
@ -4925,7 +4925,7 @@ hwdb-update:
./ids-update.pl ) ./ids-update.pl )
kdbus-update: kdbus-update:
( cd $(top_srcdir)/src/libsystemd-bus/ && \ ( cd $(top_srcdir)/src/libsystemd/ && \
wget -N https://d-bus.googlecode.com/git/kdbus.h ) wget -N https://d-bus.googlecode.com/git/kdbus.h )
upload: all distcheck upload: all distcheck
@ -5004,8 +5004,8 @@ define generate-sym-test
$(AM_V_at)printf 'return 0; }\n' >> $@ $(AM_V_at)printf 'return 0; }\n' >> $@
endef endef
test-libsystemd-bus-sym.c: \ test-libsystemd-sym.c: \
src/libsystemd-bus/libsystemd-bus.sym \ src/libsystemd/libsystemd.sym \
src/systemd/sd-bus.h \ src/systemd/sd-bus.h \
src/systemd/sd-utf8.h src/systemd/sd-utf8.h
$(generate-sym-test) $(generate-sym-test)
@ -5035,10 +5035,10 @@ test-libudev-sym.c: \
src/udev/udev.h src/udev/udev.h
$(generate-sym-test) $(generate-sym-test)
test_libsystemd_bus_sym_SOURCES = \ test_libsystemd_sym_SOURCES = \
test-libsystemd-bus-sym.c test-libsystemd-sym.c
test_libsystemd_bus_sym_LDADD = \ test_libsystemd_sym_LDADD = \
libsystemd-bus.la libsystemd.la
test_libsystemd_daemon_sym_SOURCES = \ test_libsystemd_daemon_sym_SOURCES = \
test-libsystemd-daemon-sym.c test-libsystemd-daemon-sym.c
@ -5066,7 +5066,7 @@ test_libudev_sym_LDADD = \
libudev.la libudev.la
BUILT_SOURCES += \ BUILT_SOURCES += \
$(test_libsystemd_bus_sym_SOURCES) \ $(test_libsystemd_sym_SOURCES) \
$(test_libsystemd_daemon_sym_SOURCES) \ $(test_libsystemd_daemon_sym_SOURCES) \
$(test_libsystemd_id128_sym_SOURCES) \ $(test_libsystemd_id128_sym_SOURCES) \
$(test_libsystemd_journal_sym_SOURCES) \ $(test_libsystemd_journal_sym_SOURCES) \
@ -5074,7 +5074,7 @@ BUILT_SOURCES += \
$(test_libudev_sym_SOURCES) $(test_libudev_sym_SOURCES)
tests += \ tests += \
test-libsystemd-bus-sym \ test-libsystemd-sym \
test-libsystemd-daemon-sym \ test-libsystemd-daemon-sym \
test-libsystemd-id128-sym \ test-libsystemd-id128-sym \
test-libsystemd-journal-sym \ test-libsystemd-journal-sym \

2
TODO
View File

@ -121,7 +121,7 @@ Features:
* allow implementation of InaccessibleDirectories=/ plus * allow implementation of InaccessibleDirectories=/ plus
ReadOnlyDirectories=... for whitelisting files for a service. ReadOnlyDirectories=... for whitelisting files for a service.
* libsystemd-bus: * sd-bus:
- let the activator peek the peer connection with KDBUS_CMD_MSG_SRC and log it - let the activator peek the peer connection with KDBUS_CMD_MSG_SRC and log it
- when kdbus doesn't take our message without memfds, try again with memfds - when kdbus doesn't take our message without memfds, try again with memfds
- implement monitor logic - implement monitor logic

View File

@ -406,7 +406,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<term><varname>-ENXIO</varname></term> <term><varname>-ENXIO</varname></term>
<listitem><para>An error occured in parsing cgroup paths. <listitem><para>An error occured in parsing cgroup paths.
<filename>libsystemd-bus</filename> might be out of sync with <filename>libsystemd</filename> might be out of sync with
the running systemd version.</para></listitem> the running systemd version.</para></listitem>
</varlistentry> </varlistentry>
@ -431,7 +431,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<para><function>sd_bus_open_user()</function> and other functions <para><function>sd_bus_open_user()</function> and other functions
described here are available as a shared library, which can be described here are available as a shared library, which can be
compiled and linked to with the compiled and linked to with the
<constant>libsystemd-bus</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
file.</para> file.</para>
</refsect1> </refsect1>

View File

@ -233,7 +233,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<para><function>sd_bus_creds_new_from_pid()</function> is <para><function>sd_bus_creds_new_from_pid()</function> is
available as a shared library, which can be compiled and linked to available as a shared library, which can be compiled and linked to
with the with the
<constant>libsystemd-bus</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
file.</para> file.</para>
</refsect1> </refsect1>

View File

@ -54,7 +54,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<refname>sd_bus_error_is_set</refname> <refname>sd_bus_error_is_set</refname>
<refname>sd_bus_error_has_name</refname> <refname>sd_bus_error_has_name</refname>
<refpurpose>libsystemd-bus error handling</refpurpose> <refpurpose>sd-bus error handling</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
@ -232,7 +232,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<title>Description</title> <title>Description</title>
<para><structname>sd_bus_error</structname> structure carries <para><structname>sd_bus_error</structname> structure carries
information for a <filename>libsystemd-bus</filename> error. information for a <filename>sd-bus</filename> error.
Functions described below can be used to set and query fields in Functions described below can be used to set and query fields in
this structure. Field <structfield>name</structfield> contains a this structure. Field <structfield>name</structfield> contains a
short identifier of an error. It should follow the rules for error short identifier of an error. It should follow the rules for error
@ -397,7 +397,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<para><function>sd_bus_set_error()</function> and other functions <para><function>sd_bus_set_error()</function> and other functions
described here are available as a shared library, which can be described here are available as a shared library, which can be
compiled and linked to with the compiled and linked to with the
<constant>libsystemd-bus</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
file.</para> file.</para>
</refsect1> </refsect1>

View File

@ -94,7 +94,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<para><function>sd_bus_label_escape()</function> and <para><function>sd_bus_label_escape()</function> and
<function>sd_bus_label_unescape()</function> are available as a <function>sd_bus_label_unescape()</function> are available as a
shared library, which can be compiled and linked to with the shared library, which can be compiled and linked to with the
<constant>libsystemd-bus</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
file.</para> file.</para>
</refsect1> </refsect1>

View File

@ -135,7 +135,7 @@
and <function>sd_bus_message_get_reply_cookie()</function> and <function>sd_bus_message_get_reply_cookie()</function>
interfaces are available as a shared library, which can interfaces are available as a shared library, which can
be compiled and linked to with the be compiled and linked to with the
<constant>libsystemd-bus</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
file.</para> file.</para>
</refsect1> </refsect1>

View File

@ -125,7 +125,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<para><function>sd_bus_new()</function> and other functions <para><function>sd_bus_new()</function> and other functions
described here are available as a shared library, which can be described here are available as a shared library, which can be
compiled and linked to with the compiled and linked to with the
<constant>libsystemd-bus</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
file.</para> file.</para>
</refsect1> </refsect1>

View File

@ -195,7 +195,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<para><function>sd_bus_open_user()</function> and other functions <para><function>sd_bus_open_user()</function> and other functions
described here are available as a shared library, which can be described here are available as a shared library, which can be
compiled and linked to with the compiled and linked to with the
<constant>libsystemd-bus</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
file.</para> file.</para>
</refsect1> </refsect1>

View File

@ -211,7 +211,7 @@
and <function>sd_bus_release_name()</function> and <function>sd_bus_release_name()</function>
interfaces are available as a shared library, which can interfaces are available as a shared library, which can
be compiled and linked to with the be compiled and linked to with the
<constant>libsystemd-bus</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
file.</para> file.</para>
</refsect1> </refsect1>

View File

@ -1,2 +1,2 @@
/libsystemd-bus.pc /libsystemd.pc
/bus-error-mapping.c /bus-error-mapping.c

View File

@ -1,8 +1,8 @@
Known differences between dbus1 and kdbus: Known differences between dbus1 and kdbus:
- NameAcquired/NameLost is gone entirely on kdbus backends if - NameAcquired/NameLost is gone entirely on kdbus backends if
libsystemd-bus is used. It is still added in by systemd-bus-proxyd libsystemd is used. It is still added in by systemd-bus-proxyd
for old dbus1 clients, and it is available if libsystemd-bus is used for old dbus1 clients, and it is available if libsystemd is used
against the classic dbus1 daemon. If you want to write compatible against the classic dbus1 daemon. If you want to write compatible
code with libsystem-bus you need to explicitly subscribe to code with libsystem-bus you need to explicitly subscribe to
NameOwnerChanged signals and just ignore NameAcquired/NameLost NameOwnerChanged signals and just ignore NameAcquired/NameLost

View File

@ -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 buses the device node is /dev/kdbus/1000-user (if 1000 is your user
id). 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 to you, ultimately that's where the details are, this document simply
is a rough overview to help you grok things.) is a rough overview to help you grok things.)
@ -414,7 +414,7 @@ More specifically:
there are kernel messages containing KDBUS_ITEM_NAME_ADD, there are kernel messages containing KDBUS_ITEM_NAME_ADD,
KDBUS_ITEM_NAME_REMOVE, KDBUS_ITEM_NAME_CHANGE, KDBUS_ITEM_ID_ADD, KDBUS_ITEM_NAME_REMOVE, KDBUS_ITEM_NAME_CHANGE, KDBUS_ITEM_ID_ADD,
KDBUS_ITEM_ID_REMOVE items are generated (each message will contain 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 obsoleted NameLost/NameAcquired messages, since they are entirely
redundant to NameOwnerChanged. This library will hence only redundant to NameOwnerChanged. This library will hence only
synthesize NameOwnerChanged messages from these kernel messages, synthesize NameOwnerChanged messages from these kernel messages,

View File

@ -11,9 +11,9 @@ libdir=@libdir@
includedir=@includedir@ includedir=@includedir@
Name: systemd Name: systemd
Description: systemd Bus and Event Loop Library Description: systemd Library
URL: @PACKAGE_URL@ URL: @PACKAGE_URL@
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
Requires: libsystemd-id128 = @PACKAGE_VERSION@ Requires: libsystemd-id128 = @PACKAGE_VERSION@
Libs: -L${libdir} -lsystemd-bus Libs: -L${libdir} -lsystemd
Cflags: -I${includedir} Cflags: -I${includedir}