shutdownd: kill the old implementation

System Internals / systemd - Daniel Mack [zonque.org] - 24 April 2015 10:48 UTC

Not that all functionality has been ported over to logind, the old implementation can be removed. There goes one of the oldest parts of the systemd code base.

d6b07ef shutdownd: kill the old implementation
.gitignore | 1 -
Makefile-man.am | 12 -
Makefile.am | 20 +-
man/systemd-shutdownd.service.xml | 77 ------
man/systemd.xml | 10 -
src/shutdownd/Makefile | 1 -
src/shutdownd/shutdownd.c | 458 ------------------------------------
src/systemd/sd-shutdown.h | 119 ----------
units/.gitignore | 1 -
units/systemd-shutdownd.service.in | 15 --
units/systemd-shutdownd.socket | 18 --
11 files changed, 1 insertion(+), 731 deletions(-)

Upstream: github.com


  • Share