From: Zbigniew Jędrzejewski-Szmek Date: Wed, 15 Jan 2025 21:36:58 +0000 (+0100) Subject: lastlog2,uuidd: rename tmpfiles config file X-Git-Tag: v2.42-start~85^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dfa1b92785bdf71cdf11be83d4820479cfabb69;p=thirdparty%2Futil-linux.git lastlog2,uuidd: rename tmpfiles config file We don't want 'tmpfiles' in the file name. --- diff --git a/misc-utils/meson.build b/misc-utils/meson.build index c612440bf..c9c0b220d 100644 --- a/misc-utils/meson.build +++ b/misc-utils/meson.build @@ -69,7 +69,8 @@ if build_liblastlog2 and systemd.found() configuration : conf) install_data( lastlog2_tmpfiles, - install_dir : '/usr/lib/tmpfiles.d') + install_dir : '/usr/lib/tmpfiles.d', + rename : 'lastlog2.conf') lastlog2_service = configure_file( input : 'lastlog2-import.service.in', @@ -87,7 +88,8 @@ if build_uuidd and systemd.found() configuration : conf) install_data( uuidd_tmpfiles, - install_dir : '/usr/lib/tmpfiles.d') + install_dir : '/usr/lib/tmpfiles.d', + rename : 'uuidd.conf') uuidd_service = configure_file( input : 'uuidd.service.in',