]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Rename doc/examples/lxc-complex-config.in to lxc-complex.conf.in
authorMichael Holzt <lxc@my.fqdn.org>
Fri, 8 Jan 2010 14:19:20 +0000 (15:19 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 8 Jan 2010 14:19:20 +0000 (15:19 +0100)
Rename doc/examples/lxc-complex-config.in to lxc-complex.conf.in as all other
examples in this directory have a .conf ending as well.

Signed-off-by: Michael Holzt <lxc@my.fqdn.org>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
configure.ac
doc/examples/Makefile.am
doc/examples/lxc-complex.conf.in [moved from doc/examples/lxc-complex-config.in with 100% similarity]

index 0cd8e95227fc2b326590e6e091daf48982ec673c..faa31b3eeefc4c39959a50677845e0e376ee122c 100644 (file)
@@ -107,7 +107,7 @@ AC_CONFIG_FILES([
        doc/examples/lxc-empty-netns.conf
        doc/examples/lxc-phys.conf
        doc/examples/lxc-veth.conf
-       doc/examples/lxc-complex-config
+       doc/examples/lxc-complex.conf
 
        scripts/Makefile
        scripts/lxc-debian
index d68e192bed53687d8f348e674867c8ad7e237bda..4869c02c568b9916caa9dfe7d39943b6c1be9014 100644 (file)
@@ -10,7 +10,7 @@ pkgexamples_DATA = \
        lxc-empty-netns.conf \
        lxc-phys.conf \
        lxc-veth.conf \
-       lxc-complex-config
+       lxc-complex.conf
 endif
 
 noinst_DATA = \
@@ -20,4 +20,4 @@ noinst_DATA = \
        lxc-no-netns.conf.in \
        lxc-phys.conf.in \
        lxc-veth.conf.in \
-       lxc-complex-config.in
+       lxc-complex.conf.in