Re: [Xen-devel] [PATCH 7/7] oxenstored: honour XEN_RUN_DIR

2016-07-11 Thread Wei Liu
On Fri, Jul 08, 2016 at 06:28:40PM +0100, Ian Jackson wrote: > Ian Jackson writes ("Re: [PATCH 7/7] oxenstored: honour XEN_RUN_DIR"): > > Wei Liu writes ("[PATCH 7/7] oxenstored: honour XEN_RUN_DIR"): > > > Move default the pid file under XEN_RUN_DIR. Note that it changes the > > > location from /v

Re: [Xen-devel] [PATCH 7/7] oxenstored: honour XEN_RUN_DIR

2016-07-08 Thread Ian Jackson
Ian Jackson writes ("Re: [PATCH 7/7] oxenstored: honour XEN_RUN_DIR"): > Wei Liu writes ("[PATCH 7/7] oxenstored: honour XEN_RUN_DIR"): > > Move default the pid file under XEN_RUN_DIR. Note that it changes the > > location from /var/run to /var/run/xen. > > Acked-by: Ian Jackson Actually, should

Re: [Xen-devel] [PATCH 7/7] oxenstored: honour XEN_RUN_DIR

2016-07-08 Thread Ian Jackson
Wei Liu writes ("[PATCH 7/7] oxenstored: honour XEN_RUN_DIR"): > Move default the pid file under XEN_RUN_DIR. Note that it changes the > location from /var/run to /var/run/xen. Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@lists.xen.org ht

Re: [Xen-devel] [PATCH 7/7] oxenstored: honour XEN_RUN_DIR

2016-06-15 Thread David Scott
> On 15 Jun 2016, at 12:15, Wei Liu wrote: > > Move default the pid file under XEN_RUN_DIR. Note that it changes the > location from /var/run to /var/run/xen. > > Signed-off-by: Wei Liu > --- > Cc: Ian Jackson > Cc: Dave Scott > --- > tools/ocaml/xenstored/xenstored.ml | 2 +- > 1 file change

[Xen-devel] [PATCH 7/7] oxenstored: honour XEN_RUN_DIR

2016-06-15 Thread Wei Liu
Move default the pid file under XEN_RUN_DIR. Note that it changes the location from /var/run to /var/run/xen. Signed-off-by: Wei Liu --- Cc: Ian Jackson Cc: Dave Scott --- tools/ocaml/xenstored/xenstored.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ocaml/xenstor