From d8b5a22abc8116f8d4c3c42ad01cfc5529822972 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 10 Sep 2016 10:39:51 -0400 Subject: more --- tools/move.sh | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/move.sh b/tools/move.sh index 14824a5f59..0f5240d5e4 100755 --- a/tools/move.sh +++ b/tools/move.sh @@ -345,10 +345,11 @@ move_files() ( rm src/udev/.vimrc rmdir src/udev - # muck - mv -T {test,src/systemd-boot}/test-efi-create-disk.sh - mv -t src/libsystemd man/sd* - mv -t src/libudev man/udev_* + # less obvious manpage groups + mv -t src/libsystemd \ + man/sd* + mv -t src/libudev \ + man/udev_* mkdir src/manpages mv -t src/manpages \ man/daemon.xml \ @@ -358,6 +359,26 @@ move_files() ( man/machine-id.xml \ man/machine-info.xml \ man/os-release.xml + mv -t src/systemctl \ + man/halt.xml \ + man/runlevel.xml \ + man/shutdown.xml \ + man/telinit.xml + mv -t src/systemctl \ + man/systemd-halt.service.xml + mv -t src/systemd \ + man/systemd-system.conf.xml + mkdir src/grp-system.d + mv -t src/grp-system.d \ + man/bootup.xml \ + man/kernel-command-line.xml + mv -t src/systemd-udevd \ + man/udev.conf.xml + mv -t src/grp-udev.d \ + man/udev.xml + mv -T man/glib-event-glue.c src/libsystemd/sd_event_get_fd-glib-example.c + + # less obvious unit groups mv -t src/systemd-sleep \ units/hibernate.target \ units/hybrid-sleep.target \ @@ -365,6 +386,9 @@ move_files() ( units/systemd-hibernate.service.in \ units/systemd-hybrid-sleep.service.in \ units/systemd-suspend.service.in + + # muck + mv -T {test,src/systemd-boot}/test-efi-create-disk.sh mv -t src/systemd-tmpfiles units/systemd-tmpfiles* mv -T tmpfiles.d/var.conf src/systemd-tmpfiles/var.tmpfiles mv -T tmpfiles.d/x11.conf src/systemd-tmpfiles/x11.tmpfiles -- cgit v1.2.3-54-g00ecf