diff options
author | Daniel Mack <daniel@zonque.org> | 2015-04-23 17:30:23 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-04-24 17:48:12 +0200 |
commit | d6b07ef796abeaf3ab32c70e32be4857fef93481 (patch) | |
tree | e298f8438bae159db011567640dae23997f14606 /Makefile-man.am | |
parent | f0efea232a582660b25ee992853c78cf825721b6 (diff) |
shutdownd: kill the old implementation
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.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 2f3e5f2271..e902e5ed43 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -84,7 +84,6 @@ MANPAGES += \ man/systemd-path.1 \ man/systemd-remount-fs.service.8 \ man/systemd-run.1 \ - man/systemd-shutdownd.service.8 \ man/systemd-sleep.conf.5 \ man/systemd-socket-proxyd.8 \ man/systemd-suspend.service.8 \ @@ -225,8 +224,6 @@ MANPAGES_ALIAS += \ man/systemd-reboot.service.8 \ man/systemd-remount-fs.8 \ man/systemd-shutdown.8 \ - man/systemd-shutdownd.8 \ - man/systemd-shutdownd.socket.8 \ man/systemd-sleep.8 \ man/systemd-sysctl.8 \ man/systemd-sysusers.service.8 \ @@ -339,8 +336,6 @@ man/systemd-poweroff.service.8: man/systemd-halt.service.8 man/systemd-reboot.service.8: man/systemd-halt.service.8 man/systemd-remount-fs.8: man/systemd-remount-fs.service.8 man/systemd-shutdown.8: man/systemd-halt.service.8 -man/systemd-shutdownd.8: man/systemd-shutdownd.service.8 -man/systemd-shutdownd.socket.8: man/systemd-shutdownd.service.8 man/systemd-sleep.8: man/systemd-suspend.service.8 man/systemd-sysctl.8: man/systemd-sysctl.service.8 man/systemd-sysusers.service.8: man/systemd-sysusers.8 @@ -651,12 +646,6 @@ man/systemd-remount-fs.html: man/systemd-remount-fs.service.html man/systemd-shutdown.html: man/systemd-halt.service.html $(html-alias) -man/systemd-shutdownd.html: man/systemd-shutdownd.service.html - $(html-alias) - -man/systemd-shutdownd.socket.html: man/systemd-shutdownd.service.html - $(html-alias) - man/systemd-sleep.html: man/systemd-suspend.service.html $(html-alias) @@ -1808,7 +1797,6 @@ EXTRA_DIST += \ man/systemd-resolved.service.xml \ man/systemd-rfkill@.service.xml \ man/systemd-run.xml \ - man/systemd-shutdownd.service.xml \ man/systemd-sleep.conf.xml \ man/systemd-socket-proxyd.xml \ man/systemd-suspend.service.xml \ |