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.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.am')
-rw-r--r-- | Makefile.am | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am index e22b2e39eb..292cf917f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -394,7 +394,6 @@ rootlibexec_PROGRAMS = \ systemd \ systemd-cgroups-agent \ systemd-initctl \ - systemd-shutdownd \ systemd-shutdown \ systemd-remount-fs \ systemd-reply-password \ @@ -504,7 +503,6 @@ dist_systemunit_DATA = \ units/x-.slice \ units/systemd-fsckd.socket \ units/systemd-initctl.socket \ - units/systemd-shutdownd.socket \ units/syslog.socket \ units/dev-hugepages.mount \ units/dev-mqueue.mount \ @@ -540,7 +538,6 @@ nodist_systemunit_DATA = \ units/console-getty.service \ units/container-getty@.service \ units/systemd-initctl.service \ - units/systemd-shutdownd.service \ units/systemd-remount-fs.service \ units/systemd-ask-password-wall.service \ units/systemd-ask-password-console.service \ @@ -594,7 +591,6 @@ EXTRA_DIST += \ units/container-getty@.service.m4.in \ units/rescue.service.in \ units/systemd-initctl.service.in \ - units/systemd-shutdownd.service.in \ units/systemd-remount-fs.service.in \ units/systemd-update-utmp.service.in \ units/systemd-update-utmp-runlevel.service.in \ @@ -2163,18 +2159,6 @@ systemd_update_done_LDADD = \ libsystemd-shared.la # ------------------------------------------------------------------------------ -systemd_shutdownd_SOURCES = \ - src/shutdownd/shutdownd.c - -systemd_shutdownd_LDADD = \ - libsystemd-label.la \ - libsystemd-internal.la \ - libsystemd-shared.la - -dist_doc_DATA += \ - src/systemd/sd-shutdown.h - -# ------------------------------------------------------------------------------ systemd_shutdown_SOURCES = \ src/core/umount.c \ src/core/umount.h \ @@ -6519,7 +6503,6 @@ substitutions = \ '|systemgidmax=$(SYSTEM_GID_MAX)|' \ '|TTY_GID=$(TTY_GID)|' \ '|systemsleepdir=$(systemsleepdir)|' \ - '|systemshutdowndir=$(systemshutdowndir)|' \ '|binfmtdir=$(binfmtdir)|' \ '|modulesloaddir=$(modulesloaddir)|' @@ -6676,8 +6659,7 @@ EXTRA_DIST += \ docs/var-log/README.in SOCKETS_TARGET_WANTS += \ - systemd-initctl.socket \ - systemd-shutdownd.socket + systemd-initctl.socket if HAVE_UTMP if HAVE_SYSV_COMPAT |