diff options
-rwxr-xr-x | move.sh | 4 | ||||
-rw-r--r-- | src/systemd-shutdown/shutdown.c (renamed from src/libcore/shutdown.c) | 0 | ||||
-rw-r--r-- | src/systemd-shutdown/umount.c (renamed from src/libcore/umount.c) | 0 | ||||
-rw-r--r-- | src/systemd-shutdown/umount.h (renamed from src/libcore/umount.h) | 0 |
4 files changed, 4 insertions, 0 deletions
@@ -223,6 +223,10 @@ move_files() ( mv src/grp-udev/udev* src/grp-udev/libudev-core/ mv -T src/grp-udev/{,libudev-core}/net mv -T src/grp-udev/{d-,}udevadm + + mv -T src/{libcore,systemd-shutdown}/shutdown.c + mv -T src/{libcore,systemd-shutdown}/umount.c + mv -T src/{libcore,systemd-shutdown}/umount.h ) breakup_makefile() ( diff --git a/src/libcore/shutdown.c b/src/systemd-shutdown/shutdown.c index e14755d84e..e14755d84e 100644 --- a/src/libcore/shutdown.c +++ b/src/systemd-shutdown/shutdown.c diff --git a/src/libcore/umount.c b/src/systemd-shutdown/umount.c index c21a2be54e..c21a2be54e 100644 --- a/src/libcore/umount.c +++ b/src/systemd-shutdown/umount.c diff --git a/src/libcore/umount.h b/src/systemd-shutdown/umount.h index 4e2215a47d..4e2215a47d 100644 --- a/src/libcore/umount.h +++ b/src/systemd-shutdown/umount.h |