Re: [Xen-devel] [PATCH 1/4] init/FreeBSD: set correct PATH for xl devd

2016-12-21 Thread Wei Liu
On Mon, Dec 19, 2016 at 03:02:01PM +, Roger Pau Monne wrote: > FreeBSD init scripts don't have /usr/local/{bin/sbin} in it's PATH, which > prevents `xl devd` from working properly since hotplug scripts require the set > of xenstore cli tools to be in PATH. > > While there also fix the usage of

[Xen-devel] [PATCH 1/4] init/FreeBSD: set correct PATH for xl devd

2016-12-19 Thread Roger Pau Monne
FreeBSD init scripts don't have /usr/local/{bin/sbin} in it's PATH, which prevents `xl devd` from working properly since hotplug scripts require the set of xenstore cli tools to be in PATH. While there also fix the usage of --pidfile, which according to the xl help doesn't use "=", and add braces