]> git.proxmox.com Git - mirror_lxc.git/commit
Use autoconf LXCPATH instead of hardcoded LXCDIR
authorDwight Engen <dwight.engen@oracle.com>
Mon, 26 Nov 2012 20:57:53 +0000 (15:57 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 27 Nov 2012 15:07:51 +0000 (10:07 -0500)
commitb45a7402bf5e6a0c4d03c5a428670bad7c1b4c8e
treeab9c0cda14f2977834b20d27e6c4c80a90d87651
parent7ec3fa7139c3be9381b9de1a2deeb6484abd550b
Use autoconf LXCPATH instead of hardcoded LXCDIR

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 <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxccontainer.c
src/lxc/lxccontainer.h