From: Michael Holzt Date: Fri, 8 Jan 2010 14:19:20 +0000 (+0100) Subject: Rename doc/examples/lxc-complex-config.in to lxc-complex.conf.in X-Git-Tag: lxc-0.6.5~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c553a9c22e581cf819096dbdb485d549f341ca6a;p=thirdparty%2Flxc.git Rename doc/examples/lxc-complex-config.in to lxc-complex.conf.in 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 Signed-off-by: Daniel Lezcano --- diff --git a/configure.ac b/configure.ac index 0cd8e9522..faa31b3ee 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index d68e192be..4869c02c5 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -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 diff --git a/doc/examples/lxc-complex-config.in b/doc/examples/lxc-complex.conf.in similarity index 100% rename from doc/examples/lxc-complex-config.in rename to doc/examples/lxc-complex.conf.in