]> git.ipfire.org Git - thirdparty/systemd.git/commit
conf-files: drop use of CONF_FILES_CHASE_BASENAME in conf_files_list_with_replacement()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 28 Jun 2025 13:58:05 +0000 (22:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 29 Jun 2025 01:15:56 +0000 (10:15 +0900)
commitc43223ff9f0f1c8b4bf2b40d01f56465476013bd
treef9f1f588c43857a0462bd0c00bbe420475616c89
parent2d0ec7f9000b922e5e180bfa1fe0777e8033e8df
conf-files: drop use of CONF_FILES_CHASE_BASENAME in conf_files_list_with_replacement()

The flag has several potential issues, and will be dropped in the next
commit.

Follow-up for 41fb58595a22d50ca79278a64de4bff28f6dfd24.
src/basic/conf-files.c
src/test/test-conf-files.c