summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-10 17:26:28 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-10 17:26:28 -0400
commit660cbff7f8a7c27e2d3f7e0ea175ffb7e7a2b749 (patch)
treee50cd4beb644866d88cf2e0e38e6834f81a0f0db
parentcdaf593e15759a335a9507a5d901f7f20b8c9a76 (diff)
more
-rwxr-xr-xtools/move.sh18
1 files changed, 11 insertions, 7 deletions
diff --git a/tools/move.sh b/tools/move.sh
index 0b44fede84..de29d2449a 100755
--- a/tools/move.sh
+++ b/tools/move.sh
@@ -366,6 +366,9 @@ move_files() (
done
# less obvious manpage groups
+ 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/libsystemd \
man/libsystemd* \
man/sd*
@@ -400,16 +403,13 @@ move_files() (
man/*crypt*
mv -t src/systemd-machine-id-setup \
man/systemd-machine-id*
- 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
- mv -t src/systemd-coredump \
- sysctl.d/*coredump*
- mv -t src/systemd-sysctl \
- sysctl.d/??-default.*
+ mv -t src/systemd-resolved \
+ man/dnssec-trust-anchors*
+ mv -t src/systemd-tty-ask-password-agent \
+ man/systemd-ask-password*
# less obvious unit groups
# suffix these with '*' in case they gain or lose the .in suffix.
@@ -476,6 +476,10 @@ move_files() (
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-coredump \
+ sysctl.d/*coredump*
+ mv -t src/systemd-sysctl \
+ sysctl.d/??-default.*
mv -t src/systemd-sysv-generator \
docs/sysvinit/.gitignore \