Re: [Xen-devel] [PATCH v2 1/7] xenconsoled: honour XEN_RUN_DIR

2016-07-20 Thread Ian Jackson
Wei Liu writes ("[PATCH v2 1/7] xenconsoled: honour XEN_RUN_DIR"): > Place the PID file under XEN_RUN_DIR by default. Note this change the > default location from /var/run to /var/run/xen. > > Signed-off-by: Wei Liu Acked-by: Ian Jackson ___ Xen-deve

[Xen-devel] [PATCH v2 1/7] xenconsoled: honour XEN_RUN_DIR

2016-07-11 Thread Wei Liu
Place the PID file under XEN_RUN_DIR by default. Note this change the default location from /var/run to /var/run/xen. Signed-off-by: Wei Liu --- Cc: Ian Jackson --- tools/console/daemon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/console/daemon/main.c b/tool