
On Fri, Nov 18, 2016 at 09:35:59AM +0100, Martin Kletzander wrote:
On Wed, Nov 16, 2016 at 08:29:49PM +0100, Guido Günther wrote:
Unify the logic we use for looking up daemons and admin binaries. Some lookups prefered $PATH over **/sbin while others left out $PATH entierly. We add **/sbin since non-root users might not have these in their path.
This also unbreaks libvirt when built on Debian systems with usrmerge[0] and run on systems without it.
[0]: https://packages.debian.org/sid/usrmerge --- configure.ac | 84 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 43 insertions(+), 41 deletions(-)
ACK. The only missing ones are using libexec paths or are used in bhyve, so I think this is fine.
Pushed. Thanks. -- Guido
Thanks for cleaning it up in the whole configure.ac
Martin