
18 Nov
2016
18 Nov
'16
3:35 a.m.
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. Thanks for cleaning it up in the whole configure.ac Martin