]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/path-util.c
shared: rename path_strv_canonicalize_absolute functions
authorMichael Marineau <michael.marineau@coreos.com>
Fri, 20 Jun 2014 02:07:02 +0000 (19:07 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 20 Jun 2014 04:10:46 +0000 (00:10 -0400)
commit7d8da2c9641c584ff977493eeb8148300dce8759
treecfdc04f242639527e0fd98d0f6b66c96b58d12ba
parenta2ae516a25dafe41e0cd296ab7b5d022fa62b95f
shared: rename path_strv_canonicalize_absolute functions

Since 12ed81d9 path_strv_canonicalize_absolute leaves the search list
relative to the given root directory instead of resolving paths to their
true location as the name implies. To better reflect this behavior
rename to the less strongly worded path_strv_resolve.
src/shared/conf-files.c
src/shared/path-lookup.c
src/shared/path-util.c
src/shared/path-util.h
src/shared/util.c