diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 17:04:22 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 17:04:22 -0400 |
commit | cdaf593e15759a335a9507a5d901f7f20b8c9a76 (patch) | |
tree | 94dcde2025dfbe89ca6413a1c14b12463e23dbf7 /tools | |
parent | 9b21131e802447b99ace53d3936c19c2688da20c (diff) |
more
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/move.sh | 6 |
1 files changed, 4 insertions, 2 deletions
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 \ |