Remove lxc-version, lxc-ps and lxc-netstat
lxc-ps and lxc-netstat have an unfortunate tendency to break every so
often, produce mostly unreadable output and should be replaced by a
lxc-attach call in 99% of the cases.
In an effort to cleanup the lxc-* namespace, I think those two should
go, so this patch gets rid of them as well as any reference to them in
our documentation.
I also think that lxc-version should disappear as it's only a one line
shell script printing the version string, so having a whole command just
for that seems to be a bit of a waste.
Instead, this patch introduces a new --version common option which all
binaries will automatically inherit and that'll print LXC_VERSION on
stdout and exit 0.
Signed-off-by:
Stéphane Graber <stgraber@ubuntu.com>
Acked-by:
Serge E. Hallyn <serge.hallyn@ubuntu.com>
Showing
doc/ja/lxc-netstat.sgml.in
deleted
100644 → 0
doc/ja/lxc-ps.sgml.in
deleted
100644 → 0
doc/ja/lxc-version.sgml.in
deleted
100644 → 0
doc/lxc-netstat.sgml.in
deleted
100644 → 0
doc/lxc-ps.sgml.in
deleted
100644 → 0
doc/lxc-version.sgml.in
deleted
100644 → 0
src/lxc/lxc-netstat.in
deleted
100644 → 0
src/lxc/lxc-ps.in
deleted
100644 → 0
src/lxc/lxc-version.in
deleted
100644 → 0
Please
register
or
sign in
to comment