[systemd-devel] [PATCH 1/5] shared: rename path_strv_canonicalize_absolute functions

2014-06-19 Thread Michael Marineau
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 | 2

Re: [systemd-devel] [PATCH 1/5] shared: rename path_strv_canonicalize_absolute functions

2014-06-19 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jun 19, 2014 at 07:07:02PM -0700, Michael Marineau wrote: 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

Re: [systemd-devel] [PATCH 1/5] shared: rename path_strv_canonicalize_absolute functions

2014-06-19 Thread Michael Marineau
On Thu, Jun 19, 2014 at 9:14 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Thu, Jun 19, 2014 at 07:07:02PM -0700, Michael Marineau wrote: Since 12ed81d9 path_strv_canonicalize_absolute leaves the search list relative to the given root directory instead of resolving paths to their