]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Remove duplicated word
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Sat, 29 Oct 2022 05:02:37 +0000 (07:02 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 29 Oct 2022 05:19:43 +0000 (14:19 +0900)
tmpfiles.d/systemd.conf.in

index d267a6b2e657699f6e529f4ff5053f6bab444e94..fa838d8d0672619f7413d04acf04d4b0eddd2a2a 100644 (file)
@@ -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 %}