shutdown: move shutdown to core since it replaces PID 1

This commit is contained in:
Lennart Poettering 2012-04-12 14:18:36 +02:00
parent 7f81d81ada
commit 146de8175e
4 changed files with 3 additions and 3 deletions

View File

@ -946,9 +946,9 @@ pkginclude_HEADERS += \
# ------------------------------------------------------------------------------
systemd_shutdown_SOURCES = \
src/umount.c \
src/umount.h \
src/shutdown.c
src/core/umount.c \
src/core/umount.h \
src/core/shutdown.c
systemd_shutdown_LDADD = \
libsystemd-label.la \