]> git.ipfire.org Git - thirdparty/systemd.git/commit
Remove kdbus custom endpoint support 2590/head
authorDaniel Mack <daniel@zonque.org>
Thu, 11 Feb 2016 21:12:04 +0000 (22:12 +0100)
committerDaniel Mack <daniel@zonque.org>
Thu, 11 Feb 2016 21:12:04 +0000 (22:12 +0100)
commit9ca6ff50ab7af9d122521c5bb9cc8201cb38181a
tree25cccd673eb89f5783fb31c14e27030b25c7fd0f
parentc8b166b3ead88315b2f463fcf475e532b1300f72
Remove kdbus custom endpoint support

This feature will not be used anytime soon, so remove a bit of cruft.

The BusPolicy= config directive will stay around as compat noop.
21 files changed:
Makefile.am
man/systemd.service.xml
src/basic/exit-status.c
src/basic/exit-status.h
src/core/bus-endpoint.c [deleted file]
src/core/bus-endpoint.h [deleted file]
src/core/busname.h
src/core/execute.c
src/core/execute.h
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/core/mount.c
src/core/namespace.c
src/core/namespace.h
src/core/service.c
src/core/service.h
src/core/socket.c
src/core/swap.c
src/libsystemd/sd-bus/bus-kernel.c
src/test/test-ns.c