diff options
-rw-r--r-- | man/sd_event_get_fd-glib-example.c (renamed from src/libsystemd/sd_event_get_fd-glib-example.c) | 0 | ||||
-rw-r--r-- | src/grp-initprogs/grp-sleep/systemd-sleep/systemd-sleep.xml (renamed from man/systemd-suspend.service.xml) | 0 | ||||
-rw-r--r-- | src/grp-initprogs/systemd-vconsole-setup/vconsole.conf.xml (renamed from man/vconsole.conf.xml) | 0 | ||||
-rwxr-xr-x | tools/move.sh | 6 |
4 files changed, 4 insertions, 2 deletions
diff --git a/src/libsystemd/sd_event_get_fd-glib-example.c b/man/sd_event_get_fd-glib-example.c index 8f3168d0ea..8f3168d0ea 100644 --- a/src/libsystemd/sd_event_get_fd-glib-example.c +++ b/man/sd_event_get_fd-glib-example.c diff --git a/man/systemd-suspend.service.xml b/src/grp-initprogs/grp-sleep/systemd-sleep/systemd-sleep.xml index a8beb86f4d..a8beb86f4d 100644 --- a/man/systemd-suspend.service.xml +++ b/src/grp-initprogs/grp-sleep/systemd-sleep/systemd-sleep.xml diff --git a/man/vconsole.conf.xml b/src/grp-initprogs/systemd-vconsole-setup/vconsole.conf.xml index 27196d44e9..27196d44e9 100644 --- a/man/vconsole.conf.xml +++ b/src/grp-initprogs/systemd-vconsole-setup/vconsole.conf.xml diff --git a/tools/move.sh b/tools/move.sh index 1fd8b32a56..0b44fede84 100755 --- a/tools/move.sh +++ b/tools/move.sh @@ -400,8 +400,9 @@ move_files() ( man/*crypt* mv -t src/systemd-machine-id-setup \ man/systemd-machine-id* - mv -T man/glib-event-glue.c src/libsystemd/sd_event_get_fd-glib-example.c - mv -T man/systemd-halt.service.xml src/systemd-shutdown/systemd-shutdown.xml + mv -T man/{glib-event-glue,sd_event_get_fd-glib-example}.c + mv -T man/systemd-{halt.service,shutdown}.xml + mv -T man/systemd-{suspend.service,sleep}.xml mv -t src/systemd-path src/libsystemd/include/systemd/sd-path* mv -t src/systemd-path src/libsystemd/src/sd-path/* rmdir src/libsystemd/src/sd-path @@ -474,6 +475,7 @@ move_files() ( mv -T tmpfiles.d/systemd{,-journald}.tmpfiles.m4 mv -t src/systemd tmpfiles.d/systemd-tmpfs.tmpfiles* mv -t src/systemd xorg/??-systemd-user.*; rmdir xorg + mv -t src/systemd-vconsole-setup man/vconsole.conf.xml mv -t src/systemd-sysv-generator \ docs/sysvinit/.gitignore \ |