forked from systemd/systemd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
30 changed files
with
303 additions
and
4,731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,8 +98,6 @@ MANPAGES += \ | |
man/systemd-analyze.1 \ | ||
man/systemd-ask-password-console.service.8 \ | ||
man/systemd-ask-password.1 \ | ||
man/systemd-bus-proxyd.8 \ | ||
man/systemd-bus-proxyd.service.8 \ | ||
man/systemd-cat.1 \ | ||
man/systemd-cgls.1 \ | ||
man/systemd-cgtop.1 \ | ||
|
@@ -421,7 +419,6 @@ MANPAGES_ALIAS += \ | |
man/systemd-ask-password-console.path.8 \ | ||
man/systemd-ask-password-wall.path.8 \ | ||
man/systemd-ask-password-wall.service.8 \ | ||
man/systemd-bus-proxyd.socket.8 \ | ||
man/systemd-fsck-root.service.8 \ | ||
man/systemd-fsck.8 \ | ||
man/systemd-hibernate-resume.8 \ | ||
|
@@ -751,7 +748,6 @@ man/system.conf.d.5: man/systemd-system.conf.5 | |
man/systemd-ask-password-console.path.8: man/systemd-ask-password-console.service.8 | ||
man/systemd-ask-password-wall.path.8: man/systemd-ask-password-console.service.8 | ||
man/systemd-ask-password-wall.service.8: man/systemd-ask-password-console.service.8 | ||
man/systemd-bus-proxyd.socket.8: man/systemd-bus-proxyd.service.8 | ||
man/systemd-fsck-root.service.8: man/[email protected] | ||
man/systemd-fsck.8: man/[email protected] | ||
man/systemd-hibernate-resume.8: man/[email protected] | ||
|
@@ -1571,9 +1567,6 @@ man/systemd-ask-password-wall.path.html: man/systemd-ask-password-console.servic | |
man/systemd-ask-password-wall.service.html: man/systemd-ask-password-console.service.html | ||
$(html-alias) | ||
|
||
man/systemd-bus-proxyd.socket.html: man/systemd-bus-proxyd.service.html | ||
$(html-alias) | ||
|
||
man/systemd-fsck-root.service.html: man/[email protected] | ||
$(html-alias) | ||
|
||
|
@@ -2581,8 +2574,6 @@ EXTRA_DIST += \ | |
man/[email protected] \ | ||
man/systemd-binfmt.service.xml \ | ||
man/systemd-bootchart.xml \ | ||
man/systemd-bus-proxyd.service.xml \ | ||
man/systemd-bus-proxyd.xml \ | ||
man/systemd-cat.xml \ | ||
man/systemd-cgls.xml \ | ||
man/systemd-cgtop.xml \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.