Re: [lxc-devel] [PATCH] Use autoconf LXCPATH instead of hardcoded LXCDIR

2012-11-27 Thread Stéphane Graber
On 11/26/2012 03:57 PM, Dwight Engen wrote: > LXCDIR is only used in lxc_container_new, whereas LXCPATH is used throughout > the rest of lxc, and even in the same file as lxc_container_new (for example > create_container_dir()). > > Signed-off-by: Dwight Engen Good catch. Acked-by: Stéphane Gra

[lxc-devel] [PATCH] Use autoconf LXCPATH instead of hardcoded LXCDIR

2012-11-26 Thread Dwight Engen
LXCDIR is only used in lxc_container_new, whereas LXCPATH is used throughout the rest of lxc, and even in the same file as lxc_container_new (for example create_container_dir()). Signed-off-by: Dwight Engen --- src/lxc/lxccontainer.c |6 +++--- src/lxc/lxccontainer.h |1 - 2 files change