install: rename generator_paths() → generator_binary_paths()
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Apr 2016 18:48:58 +0000 (20:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 12 Apr 2016 11:43:31 +0000 (13:43 +0200)
commit9183df707bde9e83d838e7b5a05db0c5f4b55e6d
tree50e29e20f1aaae9b8479c1e0728ed752470040cc
parent07a7864324e146662cb06f49fc3cd666788e2e2f
install: rename generator_paths() → generator_binary_paths()

This is too confusing, as this funciton returns the paths to the generator
binaries, while usually when we refer to the just the "generator path" we mean
the generated unit files. Let's clean this up.
src/core/manager.c
src/shared/path-lookup.c
src/shared/path-lookup.h
src/test/test-path-lookup.c