]> git.karo-electronics.de Git - linux-beck.git/commit
Tools: hv: kvp: configurable external scripts path
authorAlex Fluter <afluter@yandex.com>
Sat, 3 Dec 2016 20:34:41 +0000 (12:34 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Dec 2016 10:52:49 +0000 (11:52 +0100)
commit2eb72d4b790c0798d077cd69739350e10288dbf1
tree6bd7079cc6ef818730ae6bdda5d2506b13f90e61
parent95096f2fbd10186d3e78a328b327afc71428f65f
Tools: hv: kvp: configurable external scripts path

error when running hypervkvpd:
$ sudo ./hv_kvp_daemon -n

sh: hv_get_dns_info: command not found
sh: hv_get_dhcp_info: command not found
sh: hv_get_dns_info: command not found
sh: hv_get_dhcp_info: command not found

The external scripts are not installed in system path,
adding a configurable macro.

Signed-off-by: Alex Fluter <afluter@yandex.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/hv_kvp_daemon.c