]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
configure: Note that default Apache layout sets sbindir to bin/, not sbin/ (Bug 56250)
authorRich Bowen <rbowen@apache.org>
Sun, 3 May 2026 21:02:13 +0000 (21:02 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 3 May 2026 21:02:13 +0000 (21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933791 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/configure.xml

index 013f93e5f7b9277f4401e2227ea98331f52f6f46..8dfe1f907523bffa458d29b2f5ad271d0603b50c 100644 (file)
           <program>apachectl</program>, <program>suexec</program>, etc. which
           are necessary to run the Apache HTTP Server. By default
           <code>sbindir</code> is set to
-          <code><var>EPREFIX</var>/sbin</code>.</dd>
+          <code><var>EPREFIX</var>/bin</code> (the same as
+          <code>bindir</code>).</dd>
 
         <dt><code>--sharedstatedir=<var>DIR</var></code></dt>
         <dd>Install modifiable architecture-independent data in <var>DIR</var>.