From: Joshua Slive Date: Sun, 3 Apr 2005 17:37:45 +0000 (+0000) Subject: Add the ".in" to all the filenames in extra/ so that they X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6743956fa1413527e5b753fb6086019def5e686f;p=thirdparty%2Fapache%2Fhttpd.git Add the ".in" to all the filenames in extra/ so that they can be substituted by autconf and rename httpd-std.conf.in to httpd.conf.in. The installed files will now be preserved in an original/ directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159937 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-autoindex.conf b/docs/conf/extra/httpd-autoindex.conf.in similarity index 100% rename from docs/conf/extra/httpd-autoindex.conf rename to docs/conf/extra/httpd-autoindex.conf.in diff --git a/docs/conf/extra/httpd-info.conf b/docs/conf/extra/httpd-info.conf.in similarity index 100% rename from docs/conf/extra/httpd-info.conf rename to docs/conf/extra/httpd-info.conf.in diff --git a/docs/conf/extra/httpd-languages.conf b/docs/conf/extra/httpd-languages.conf.in similarity index 100% rename from docs/conf/extra/httpd-languages.conf rename to docs/conf/extra/httpd-languages.conf.in diff --git a/docs/conf/extra/httpd-mpm.conf b/docs/conf/extra/httpd-mpm.conf.in similarity index 100% rename from docs/conf/extra/httpd-mpm.conf rename to docs/conf/extra/httpd-mpm.conf.in diff --git a/docs/conf/extra/httpd-multilang-errordoc.conf b/docs/conf/extra/httpd-multilang-errordoc.conf.in similarity index 100% rename from docs/conf/extra/httpd-multilang-errordoc.conf rename to docs/conf/extra/httpd-multilang-errordoc.conf.in diff --git a/docs/conf/extra/httpd-ssl.conf b/docs/conf/extra/httpd-ssl.conf.in similarity index 100% rename from docs/conf/extra/httpd-ssl.conf rename to docs/conf/extra/httpd-ssl.conf.in diff --git a/docs/conf/extra/httpd-userdir.conf b/docs/conf/extra/httpd-userdir.conf.in similarity index 100% rename from docs/conf/extra/httpd-userdir.conf rename to docs/conf/extra/httpd-userdir.conf.in diff --git a/docs/conf/extra/httpd-vhosts.conf b/docs/conf/extra/httpd-vhosts.conf.in similarity index 100% rename from docs/conf/extra/httpd-vhosts.conf rename to docs/conf/extra/httpd-vhosts.conf.in diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd.conf.in similarity index 100% rename from docs/conf/httpd-std.conf.in rename to docs/conf/httpd.conf.in