Commit bcd952a1 by Daniel Lezcano

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: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 3eae9733
...@@ -98,7 +98,7 @@ AC_CONFIG_FILES([ ...@@ -98,7 +98,7 @@ AC_CONFIG_FILES([
src/lxc/lxc-netstat src/lxc/lxc-netstat
src/lxc/lxc-checkconfig src/lxc/lxc-checkconfig
src/lxc/lxc-setcap src/lxc/lxc-setcap
src/lxc/lxc-config src/lxc/lxc-version
etc/Makefile etc/Makefile
etc/lxc-macvlan.conf etc/lxc-macvlan.conf
......
...@@ -59,7 +59,7 @@ bin_SCRIPTS = \ ...@@ -59,7 +59,7 @@ bin_SCRIPTS = \
lxc-ls \ lxc-ls \
lxc-checkconfig \ lxc-checkconfig \
lxc-setcap \ lxc-setcap \
lxc-config lxc-version
bin_PROGRAMS = \ bin_PROGRAMS = \
lxc-unshare \ lxc-unshare \
......
#!/bin/bash
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@DATADIR@/pkgconfig
echo "lxc version: $(pkg-config --modversion lxc)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment