]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cmd: move lxc-update-config
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 12 Jan 2018 12:56:37 +0000 (13:56 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 6 Feb 2018 20:03:33 +0000 (21:03 +0100)
Closes #2073.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac
src/lxc/Makefile.am
src/lxc/cmd/lxc-update-config.in [moved from src/lxc/tools/lxc-update-config.in with 100% similarity]

index 64f7e60bb685bdb7eba8bb9b3a60190b695a67ad..b56b35b1a256a1ba4755b463f1a0ddc48dd0a4ee 100644 (file)
@@ -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
 
index ae5a699b9e6e02394d6f7efc0ff48dda0db75473..d7043e01b509a764fd79ca410d17ec3f7490ff1e 100644 (file)
@@ -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