remove bus-proxyd
authorDaniel Mack <daniel@zonque.org>
Fri, 12 Feb 2016 14:25:27 +0000 (15:25 +0100)
committerDaniel Mack <daniel@zonque.org>
Fri, 12 Feb 2016 18:10:01 +0000 (19:10 +0100)
commit798c486fbcdce3346cd862c52e1a200bb8a2cb23
tree2b6db348fc2e0d7623899195c14a7718b27f3f16
parent736ffecc9cf58a0d2c5f147a1f56f2c3532c10ce
remove bus-proxyd

As kdbus won't land in the anticipated way, the bus-proxy is not needed in
its current form. It can be resurrected at any time thanks to the history,
but for now, let's remove it from the sources. If we'll have a similar tool
in the future, it will look quite differently anyway.

Note that stdio-bridge is still available. It was restored from a version
prior to f252ff17, and refactored to make use of the current APIs.
30 files changed:
.gitignore
Makefile-man.am
Makefile.am
README
TODO
man/busctl.xml
man/systemd-bus-proxyd.service.xml [deleted file]
man/systemd-bus-proxyd.xml [deleted file]
src/bus-proxyd/Makefile [deleted symlink]
src/bus-proxyd/bus-proxyd.c [deleted file]
src/bus-proxyd/bus-xml-policy.c [deleted file]
src/bus-proxyd/bus-xml-policy.h [deleted file]
src/bus-proxyd/driver.c [deleted file]
src/bus-proxyd/driver.h [deleted file]
src/bus-proxyd/proxy.c [deleted file]
src/bus-proxyd/proxy.h [deleted file]
src/bus-proxyd/stdio-bridge.c [deleted file]
src/bus-proxyd/synthesize.c [deleted file]
src/bus-proxyd/synthesize.h [deleted file]
src/bus-proxyd/test-bus-xml-policy.c [deleted file]
src/libsystemd/sd-bus/test-bus-proxy.c [deleted file]
src/stdio-bridge/stdio-bridge.c [new file with mode: 0644]
src/test/test-tables.c
sysusers.d/systemd.conf.m4
units/.gitignore
units/systemd-bus-proxyd.service.m4.in [deleted file]
units/systemd-bus-proxyd.socket [deleted file]
units/user/.gitignore
units/user/systemd-bus-proxyd.service.in [deleted file]
units/user/systemd-bus-proxyd.socket [deleted file]