mirror of
git://github.com/lxc/lxc
synced 2025-08-30 18:39:37 +00:00
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:
@@ -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
|
||||
|
@@ -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
4
src/lxc/lxc-version.in
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@DATADIR@/pkgconfig
|
||||
echo "lxc version: $(pkg-config --modversion lxc)"
|
Reference in New Issue
Block a user