]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
shutdown: rearrange shutdown sources in source tree 11896/head
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Mar 2019 11:12:33 +0000 (12:12 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Mar 2019 11:21:17 +0000 (12:21 +0100)
commit9e71f5d9838af32b9484d1757129c419e57866ae
tree771a1eb36a153322b6e9a943ff0b8b3ec09d7abb
parent3a736a32164672550fead7417a2159751ac94df5
shutdown: rearrange shutdown sources in source tree

Let's move the shutdown binary into its own subdirectory in
src/shutdown, after all it is relatively isolated from the normal PID 1
sources, being a different binary and all.

Unfortunately it's not possible to move some of the code, since it is
shared with PID 1, that I wished we could move, but I still think it's
worth it.
meson.build
src/core/meson.build
src/shutdown/meson.build [new file with mode: 0644]
src/shutdown/shutdown.c [moved from src/core/shutdown.c with 100% similarity]
src/shutdown/umount.c [moved from src/core/umount.c with 100% similarity]
src/shutdown/umount.h [moved from src/core/umount.h with 100% similarity]
src/test/meson.build