]> git.ipfire.org Git - thirdparty/lxc.git/commit
Replace create/destroy by a script
authorDaniel Lezcano <daniel.lezcano@free.fr>
Fri, 13 Nov 2009 10:48:29 +0000 (11:48 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 13 Nov 2009 10:48:29 +0000 (11:48 +0100)
commitab2d32f88ce27337a1b429e32058f0948cb72bf0
treef9c4cd4ea588bae69ef732a8940c6d6c141ab2a1
parent488624016575d092d56211347b2bbe8367cd339a
Replace create/destroy by a script

The simplification of the container configuration makes
pointless to have so much complexity in the container creation.
Let's remove that and replace by some scripts.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
12 files changed:
configure.ac
src/lxc/Makefile.am
src/lxc/conf.c
src/lxc/conf.h
src/lxc/create.c [deleted file]
src/lxc/destroy.c [deleted file]
src/lxc/lxc-create.in [new file with mode: 0644]
src/lxc/lxc-destroy.in [new file with mode: 0644]
src/lxc/lxc.h
src/lxc/lxc_create.c [deleted file]
src/lxc/lxc_destroy.c [deleted file]
src/lxc/start.c