chiark / gitweb /
shutdown: move shutdown to core since it replaces PID 1
authorLennart Poettering <lennart@poettering.net>
Thu, 12 Apr 2012 12:18:36 +0000 (14:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 12 Apr 2012 12:18:36 +0000 (14:18 +0200)
Makefile.am
src/core/shutdown.c [moved from src/shutdown.c with 100% similarity]
src/core/umount.c [moved from src/umount.c with 100% similarity]
src/core/umount.h [moved from src/umount.h with 100% similarity]

index 829db7e9ef03228ea5ae33805393853cb0f4181d..54cc5096f42afee383aab0f4f209325603b3bc1a 100644 (file)
@@ -946,9 +946,9 @@ pkginclude_HEADERS += \
 
 # ------------------------------------------------------------------------------
 systemd_shutdown_SOURCES = \
 
 # ------------------------------------------------------------------------------
 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 \
 
 systemd_shutdown_LDADD = \
        libsystemd-label.la \
similarity index 100%
rename from src/shutdown.c
rename to src/core/shutdown.c
similarity index 100%
rename from src/umount.c
rename to src/core/umount.c
similarity index 100%
rename from src/umount.h
rename to src/core/umount.h