]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: Get rid of prefix_roota() in favor of path_join()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 5 May 2025 10:05:15 +0000 (12:05 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 6 May 2025 15:40:33 +0000 (17:40 +0200)
commit1fbfbe81b5b7ae9be4775623cd6f6c43f0f4e7d9
tree9fcf5e7640f0aa4d59317effbda8e6d4cf0fc111
parent38c9ca5380befc231685beec3f80a7bef7124814
tree-wide: Get rid of prefix_roota() in favor of path_join()

We deprecated prefix_roota() in favor of chase() and path_join().
Let's finish the removal by replacing the few remaining call sites
with path_join().
14 files changed:
TODO
src/basic/path-util.h
src/bootctl/bootctl-install.c
src/network/generator/main.c
src/nspawn/nspawn-mount.c
src/nspawn/nspawn.c
src/shared/install.c
src/shared/tests.h
src/shared/vpick.c
src/sysusers/sysusers.c
src/test/test-cgroup.c
src/test/test-dev-setup.c
src/test/test-path-util.c
src/tmpfiles/tmpfiles.c