Store xldevd.pid under XEN_RUN_DIR. Note that this will change the default location from /var/run to /var/run/xen.
Signed-off-by: Wei Liu <wei.l...@citrix.com> --- Cc: Ian Jackson <ian.jack...@eu.citrix.com> Cc: Roger Pau Monné <roger....@citrix.com> --- tools/hotplug/NetBSD/rc.d/xendriverdomain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hotplug/NetBSD/rc.d/xendriverdomain.in b/tools/hotplug/NetBSD/rc.d/xendriverdomain.in index 5062a71..f47b0b1 100644 --- a/tools/hotplug/NetBSD/rc.d/xendriverdomain.in +++ b/tools/hotplug/NetBSD/rc.d/xendriverdomain.in @@ -19,7 +19,7 @@ start_cmd="xendriverdomain_startcmd" stop_cmd="xendriverdomain_stop" extra_commands="" -XLDEVD_PIDFILE="/var/run/xldevd.pid" +XLDEVD_PIDFILE="@XEN_RUN_DIR@/xldevd.pid" xendriverdomain_precmd() { -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel