From: Jelle van der Waa Date: Tue, 3 Jun 2025 09:14:22 +0000 (+0200) Subject: generator: rename 'password' -> 'key_file' X-Git-Tag: v258-rc1~399^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946aeac9683c556e00206ce0b3705a30c3e546ed;p=thirdparty%2Fsystemd.git generator: rename 'password' -> 'key_file' Makes the header declaration and implementation consistent. --- diff --git a/src/shared/generator.h b/src/shared/generator.h index 8a1f55cc906..8abf50f3abc 100644 --- a/src/shared/generator.h +++ b/src/shared/generator.h @@ -85,7 +85,7 @@ int generator_write_cryptsetup_service_section( FILE *f, const char *name, const char *what, - const char *password, + const char *key_file, const char *options); int generator_write_veritysetup_unit_section(FILE *f, const char *source);