summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/grp-resolve/systemd-resolved/dnssec-trust-anchors.d.xml (renamed from man/dnssec-trust-anchors.d.xml)0
-rw-r--r--src/libsystemd/sd_event_get_fd-glib-example.c (renamed from man/sd_event_get_fd-glib-example.c)0
-rw-r--r--src/systemd-tty-ask-password-agent/systemd-ask-password-console.service.xml (renamed from man/systemd-ask-password-console.service.xml)0
-rw-r--r--src/systemd-tty-ask-password-agent/systemd-ask-password.xml (renamed from src/systemd-ask-password/systemd-ask-password.xml)0
-rwxr-xr-xtools/move.sh18
5 files changed, 11 insertions, 7 deletions
diff --git a/man/dnssec-trust-anchors.d.xml b/src/grp-resolve/systemd-resolved/dnssec-trust-anchors.d.xml
index 4bdc167f79..4bdc167f79 100644
--- a/man/dnssec-trust-anchors.d.xml
+++ b/src/grp-resolve/systemd-resolved/dnssec-trust-anchors.d.xml
diff --git a/man/sd_event_get_fd-glib-example.c b/src/libsystemd/sd_event_get_fd-glib-example.c
index 8f3168d0ea..8f3168d0ea 100644
--- a/man/sd_event_get_fd-glib-example.c
+++ b/src/libsystemd/sd_event_get_fd-glib-example.c
diff --git a/man/systemd-ask-password-console.service.xml b/src/systemd-tty-ask-password-agent/systemd-ask-password-console.service.xml
index 479e5f2e5b..479e5f2e5b 100644
--- a/man/systemd-ask-password-console.service.xml
+++ b/src/systemd-tty-ask-password-agent/systemd-ask-password-console.service.xml
diff --git a/src/systemd-ask-password/systemd-ask-password.xml b/src/systemd-tty-ask-password-agent/systemd-ask-password.xml
index 2b6fb5a82f..2b6fb5a82f 100644
--- a/src/systemd-ask-password/systemd-ask-password.xml
+++ b/src/systemd-tty-ask-password-agent/systemd-ask-password.xml
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 \