GNOME Bugzilla – Bug 758566
NM build should find location of ping binary, instead of assuming /usr/bin/ping.
Last modified: 2015-11-24 13:40:35 UTC
The source src/devices/nm-device.c hardcodes the ping and ping6 binaries to /usr/bin. Centos 6 has the binaries located in /bin.
Created attachment 316148 [details] [review] [PATCH] use a helper function to find out ping/ping6 binaries
LGTM
Patch committed: master: 795a394 device: use nm_utils_find_helper() to find out ping/ping6 binary (bgo #758566) nm-1-0: a261e9c device: use nm_utils_find_helper() to find out ping/ping6 binary (bgo #758566)