rename lxc-config to lxc-version

Rename lxc-config to lxc-version in order to avoid the confusion
with what looks like a container configuration tool.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2009-06-10 18:49:16 +02:00
parent 3eae9733be
commit bcd952a11e
3 changed files with 6 additions and 2 deletions

View File

@ -98,7 +98,7 @@ AC_CONFIG_FILES([
src/lxc/lxc-netstat
src/lxc/lxc-checkconfig
src/lxc/lxc-setcap
src/lxc/lxc-config
src/lxc/lxc-version
etc/Makefile
etc/lxc-macvlan.conf

View File

@ -59,7 +59,7 @@ bin_SCRIPTS = \
lxc-ls \
lxc-checkconfig \
lxc-setcap \
lxc-config
lxc-version
bin_PROGRAMS = \
lxc-unshare \

4
src/lxc/lxc-version.in Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@DATADIR@/pkgconfig
echo "lxc version: $(pkg-config --modversion lxc)"