]> git.proxmox.com Git - mirror_lxc.git/commit
keep rcfile for lxc-execute as already done for lxc-create
authorMichel Normand <normand@fr.ibm.com>
Wed, 7 Oct 2009 08:05:39 +0000 (10:05 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 7 Oct 2009 08:05:39 +0000 (10:05 +0200)
commitcfd1dc09320c200210901b98e88faeab99e9fc9f
tree916844b6ba6effff2371741f9c505aec725eed45
parent70f7755e98bfd3d084cbb9ace3c9e7c122c41f0b
keep rcfile for lxc-execute as already done for lxc-create

The code previously added in lxc-create with
commit d7efa8fcbf0911f93c83dc06a708e7d73833dce3
is also required in lxc-execute.
So make this code common for the two callers.

Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c
src/lxc/create.c
src/lxc/destroy.c
src/lxc/lxc_create.c
src/lxc/lxc_destroy.c