]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Move basic/recovery-key.* to shared/
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 31 May 2022 09:34:05 +0000 (11:34 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 2 Jun 2022 04:09:09 +0000 (13:09 +0900)
No particular reason to have it in basic/. We should let homectl
and other users share the single copy through libsystemd-shared.

src/basic/meson.build
src/shared/meson.build
src/shared/recovery-key.c [moved from src/basic/recovery-key.c with 100% similarity]
src/shared/recovery-key.h [moved from src/basic/recovery-key.h with 100% similarity]

index 9b89fdcdea061b0c916d3bb454ed66d12d1d7360..7b5a6f9cfe9947dd47c4189f3849816d02bdbf93 100644 (file)
@@ -194,8 +194,6 @@ basic_sources = files(
         'ratelimit.h',
         'raw-clone.h',
         'raw-reboot.h',
-        'recovery-key.c',
-        'recovery-key.h',
         'recurse-dir.c',
         'recurse-dir.h',
         'replace-var.c',
index 1d4e4a07c04a53039f45b265281e469165838461..1ddbfac677759ad418e8355c3627d30a1a3eb034 100644 (file)
@@ -266,6 +266,8 @@ shared_sources = files(
         'quota-util.h',
         'reboot-util.c',
         'reboot-util.h',
+        'recovery-key.c',
+        'recovery-key.h',
         'resize-fs.c',
         'resize-fs.h',
         'resolve-util.c',