From 798c486fbcdce3346cd862c52e1a200bb8a2cb23 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Fri, 12 Feb 2016 15:25:27 +0100 Subject: 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. --- man/busctl.xml | 1 - man/systemd-bus-proxyd.service.xml | 80 --------------------------- man/systemd-bus-proxyd.xml | 108 ------------------------------------- 3 files changed, 189 deletions(-) delete mode 100644 man/systemd-bus-proxyd.service.xml delete mode 100644 man/systemd-bus-proxyd.xml (limited to 'man') diff --git a/man/busctl.xml b/man/busctl.xml index 26d778d4dd..b71a174634 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -473,7 +473,6 @@ o "/org/freedesktop/systemd1/job/42684" D-Bus, sd-bus3, systemd1, - systemd-bus-proxyd8, machinectl1, wireshark1 diff --git a/man/systemd-bus-proxyd.service.xml b/man/systemd-bus-proxyd.service.xml deleted file mode 100644 index 02189eea7c..0000000000 --- a/man/systemd-bus-proxyd.service.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - systemd-bus-proxyd.service - systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - - - - - systemd-bus-proxyd.service - 8 - - - - systemd-bus-proxyd.service - systemd-bus-proxyd.socket - Proxy classic D-Bus clients to kdbus - - - - systemd-bus-proxyd.service - systemd-bus-proxyd.socket - - - - Description - - systemd-bus-proxyd.socket will launch - systemd-bus-proxyd.service for connections - to the classic D-Bus socket in - /var/run/dbus/system_bus_socket. - - systemd-bus-proxyd.service is launched - for an existing D-Bus connection and will use - systemd-bus-proxyd to proxy messages from this - connection to the system bus (either kdbus or classic D-Bus). - - - - - See Also - - - systemd-bus-proxyd8, - dbus-daemon1, - D-Bus - - - diff --git a/man/systemd-bus-proxyd.xml b/man/systemd-bus-proxyd.xml deleted file mode 100644 index 0923396151..0000000000 --- a/man/systemd-bus-proxyd.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - systemd-bus-proxyd - systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - - - - - systemd-bus-proxyd - 8 - - - - systemd-bus-proxyd - Connect STDIO or a socket to a given bus address - - - - - /usr/lib/systemd/systemd-bus-proxyd - OPTIONS - PLACEHOLDER - - - - - Description - - systemd-bus-proxyd will proxy D-Bus - messages to and from a bus. The will be either the system bus or - the bus specified with when that option - is given. Messages will be proxied to/from standard input and - output, or the socket received through socket activation. - - This program can be used to connect a program using classic - D-Bus to kdbus. - - - - Options and Arguments - - The following options are understood: - - - - - - - Connect to the bus specified by - ADDRESS. Multiple colon-separated - addresses can be specified, in which case - systemd-bus-proxyd will attempt to - connect to them in turn. - - - - - - - - PLACEHOLDER, if given, must be a string - of x and will be used to display information about - the process that systemd-bus-proxyd is forwarding - messages for. - - - - See Also - - - dbus-daemon1, - D-Bus - - - -- cgit v1.2.3-54-g00ecf