diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-12 14:18:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 14:18:36 +0200 |
commit | 146de8175e11c877908f20f8ed1b5a3805455c0a (patch) | |
tree | 9b32b0b011dd370640defa116ffb24f96644163e | |
parent | 7f81d81ada9fe147173e35e87a1214e9092a603c (diff) |
shutdown: move shutdown to core since it replaces PID 1
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | src/core/shutdown.c (renamed from src/shutdown.c) | 0 | ||||
-rw-r--r-- | src/core/umount.c (renamed from src/umount.c) | 0 | ||||
-rw-r--r-- | src/core/umount.h (renamed from src/umount.h) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 829db7e9ef..54cc5096f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/src/shutdown.c b/src/core/shutdown.c index cd478b0349..cd478b0349 100644 --- a/src/shutdown.c +++ b/src/core/shutdown.c diff --git a/src/umount.c b/src/core/umount.c index 488e1e4a4d..488e1e4a4d 100644 --- a/src/umount.c +++ b/src/core/umount.c diff --git a/src/umount.h b/src/core/umount.h index 2e2f9c181a..2e2f9c181a 100644 --- a/src/umount.h +++ b/src/core/umount.h |