You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2009/12/03 18:34:48 UTC

svn commit: r886859 - in /httpd/httpd/branches/2.2.x/docs/manual/programs: configure.html.en configure.xml

Author: rbowen
Date: Thu Dec  3 17:34:24 2009
New Revision: 886859

URL: http://svn.apache.org/viewvc?rev=886859&view=rev
Log:
Correct the default location of sysconfdir, which is conf, not etc.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en
    httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en?rev=886859&r1=886858&r2=886859&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en Thu Dec  3 17:34:24 2009
@@ -224,7 +224,7 @@
         <dd>Install read-only single-machine data like the server configuration
           files <code>httpd.conf</code>, <code>mime.types</code>, etc. in
           <var>DIR</var>. By default <code>sysconfdir</code> is set to
-          <code><var>PREFIX</var>/etc</code>.</dd>
+          <code><var>PREFIX</var>/conf</code>.</dd>
       </dl>
     
   

Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml?rev=886859&r1=886858&r2=886859&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml Thu Dec  3 17:34:24 2009
@@ -226,7 +226,7 @@
         <dd>Install read-only single-machine data like the server configuration
           files <code>httpd.conf</code>, <code>mime.types</code>, etc. in
           <var>DIR</var>. By default <code>sysconfdir</code> is set to
-          <code><var>PREFIX</var>/etc</code>.</dd>
+          <code><var>PREFIX</var>/conf</code>.</dd>
       </dl>
     </section>
   </section>