From: Jochen Sprickerhof Date: Sat, 29 Oct 2022 05:02:37 +0000 (+0200) Subject: Remove duplicated word X-Git-Tag: v252~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27435a2c400cb94b778beb8ef8ffa71136c65b17;p=thirdparty%2Fsystemd.git Remove duplicated word --- diff --git a/tmpfiles.d/systemd.conf.in b/tmpfiles.d/systemd.conf.in index d267a6b2e65..fa838d8d067 100644 --- a/tmpfiles.d/systemd.conf.in +++ b/tmpfiles.d/systemd.conf.in @@ -66,7 +66,7 @@ d /var/log/private 0700 root root - d /var/cache/private 0700 root root - {% if ENABLE_EFI %} -# Copy sd-stub provided PCR signature and and public key file from initrd into /run/, so that it will survive the initrd stage +# Copy sd-stub provided PCR signature and public key file from initrd into /run/, so that it will survive the initrd stage C /run/systemd/tpm2-pcr-signature.json 0444 root root - /.extra/tpm2-pcr-signature.json C /run/systemd/tpm2-pcr-public-key.pem 0444 root root - /.extra/tpm2-pcr-public-key.pem {% endif %}