]> git.ipfire.org Git - thirdparty/lxc.git/commit
Deprecate lxc-checkpoint, lxc-kill and lxc-restart
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 17 Jan 2014 17:56:48 +0000 (12:56 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Sat, 18 Jan 2014 15:13:50 +0000 (10:13 -0500)
commit33ddfc2adef00e3571137ef60d20de328e32d299
tree75ebea0449c9ed0ab57111288527333f2aca0d48
parentadade80c7e74c5185f63ff009116bf9d30c79876
Deprecate lxc-checkpoint, lxc-kill and lxc-restart

Checkpoint/restart isn't currently supported, so let's not carry those
binaries around until we have proper CRIU support in the API.

lxc-kill is redundant with lxc-stop -k and has been known to confuse user.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
21 files changed:
.gitignore
configure.ac
doc/Makefile.am
doc/ja/Makefile.am
doc/ja/lxc-checkpoint.sgml.in [deleted file]
doc/ja/lxc-kill.sgml.in [deleted file]
doc/ja/lxc-restart.sgml.in [deleted file]
doc/ja/see_also.sgml.in
doc/lxc-checkpoint.sgml.in [deleted file]
doc/lxc-execute.sgml.in
doc/lxc-kill.sgml.in [deleted file]
doc/lxc-restart.sgml.in [deleted file]
doc/see_also.sgml.in
src/lxc/Makefile.am
src/lxc/arguments.h
src/lxc/checkpoint.c [deleted file]
src/lxc/lxc.h
src/lxc/lxc_checkpoint.c [deleted file]
src/lxc/lxc_kill.c [deleted file]
src/lxc/lxc_restart.c [deleted file]
src/lxc/restart.c [deleted file]