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 2012/03/05 02:26:42 UTC

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

Author: rbowen
Date: Mon Mar  5 01:26:41 2012
New Revision: 1296924

URL: http://svn.apache.org/viewvc?rev=1296924&view=rev
Log:
Modules get installed to ./modules not ./libexec 
(https://issues.apache.org/bugzilla/show_bug.cgi?id=52454)

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=1296924&r1=1296923&r2=1296924&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 Mon Mar  5 01:26:41 2012
@@ -187,7 +187,7 @@
         <dt><code>--libexecdir=<var>DIR</var></code></dt>
         <dd>Install the program executables (i.e., shared modules) in
           <var>DIR</var>. By default <code>libexecdir</code> is set to
-          <code><var>EPREFIX</var>/libexec</code>.</dd>
+          <code><var>EPREFIX</var>/modules</code>.</dd>
 
         <dt><code>--localstatedir=<var>DIR</var></code></dt>
         <dd>Install modifiable single-machine data in <var>DIR</var>.

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=1296924&r1=1296923&r2=1296924&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 Mon Mar  5 01:26:41 2012
@@ -189,7 +189,7 @@
         <dt><code>--libexecdir=<var>DIR</var></code></dt>
         <dd>Install the program executables (i.e., shared modules) in
           <var>DIR</var>. By default <code>libexecdir</code> is set to
-          <code><var>EPREFIX</var>/libexec</code>.</dd>
+          <code><var>EPREFIX</var>/modules</code>.</dd>
 
         <dt><code>--localstatedir=<var>DIR</var></code></dt>
         <dd>Install modifiable single-machine data in <var>DIR</var>.