From: Christian Brauner Date: Fri, 12 Jan 2018 12:56:37 +0000 (+0100) Subject: cmd: move lxc-update-config X-Git-Tag: lxc-3.0.0.beta1~36^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a342cab3692cd46b77853a9019c53d02dd63dce;p=thirdparty%2Flxc.git cmd: move lxc-update-config Closes #2073. Signed-off-by: Christian Brauner --- diff --git a/configure.ac b/configure.ac index 64f7e60bb..b56b35b1a 100644 --- a/configure.ac +++ b/configure.ac @@ -935,8 +935,8 @@ AC_CONFIG_FILES([ src/lxc/Makefile src/lxc/lxc.functions src/lxc/cmd/lxc-checkconfig + src/lxc/cmd/lxc-update-config src/lxc/tools/lxc-start-ephemeral - src/lxc/tools/lxc-update-config src/lxc/version.h src/python-lxc/Makefile diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index ae5a699b9..d7043e01b 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -217,7 +217,7 @@ liblxc_la_CFLAGS += $(CGMANAGER_CFLAGS) $(DBUS_CFLAGS) $(NIH_CFLAGS) $(NIH_DBUS_ endif bin_SCRIPTS = cmd/lxc-checkconfig \ - tools/lxc-update-config + cmd/lxc-update-config EXTRA_DIST = \ tools/lxc-top.lua diff --git a/src/lxc/tools/lxc-update-config.in b/src/lxc/cmd/lxc-update-config.in similarity index 100% rename from src/lxc/tools/lxc-update-config.in rename to src/lxc/cmd/lxc-update-config.in