]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Move systemd-sbsign to its own source subdirectory
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Nov 2024 11:37:45 +0000 (12:37 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Nov 2024 13:51:43 +0000 (14:51 +0100)
It's already two files, and I expect that more will come. It's nicer to give
its own subdirectory to maintain consistent structure.

meson.build
src/sbsign/authenticode.h [moved from src/boot/authenticode.h with 100% similarity]
src/sbsign/meson.build [moved from src/boot/meson.build with 100% similarity]
src/sbsign/sbsign.c [moved from src/boot/sbsign.c with 100% similarity]

index 4a0a7749bfc8c705d84480450a42bbcf7637479c..f2b5ce5ea2b574582d76bca6dcce2305fec3efa3 100644 (file)
@@ -2345,7 +2345,6 @@ subdir('src/backlight')
 subdir('src/battery-check')
 subdir('src/binfmt')
 subdir('src/bless-boot')
-subdir('src/boot')
 subdir('src/boot/efi')
 subdir('src/bootctl')
 subdir('src/busctl')
@@ -2411,6 +2410,7 @@ subdir('src/rfkill')
 subdir('src/rpm')
 subdir('src/run')
 subdir('src/run-generator')
+subdir('src/sbsign')
 subdir('src/shutdown')
 subdir('src/sleep')
 subdir('src/socket-activate')
similarity index 100%
rename from src/boot/meson.build
rename to src/sbsign/meson.build
similarity index 100%
rename from src/boot/sbsign.c
rename to src/sbsign/sbsign.c