Skip to content

Commit 6310dd7

Browse files
committed
configure: Note that default Apache layout sets sbindir to bin/, not sbin/ (Bug 56250)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933791 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9411142 commit 6310dd7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/manual/programs/configure.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@
214214
<program>apachectl</program>, <program>suexec</program>, etc. which
215215
are necessary to run the Apache HTTP Server. By default
216216
<code>sbindir</code> is set to
217-
<code><var>EPREFIX</var>/sbin</code>.</dd>
217+
<code><var>EPREFIX</var>/bin</code> (the same as
218+
<code>bindir</code>).</dd>
218219

219220
<dt><code>--sharedstatedir=<var>DIR</var></code></dt>
220221
<dd>Install modifiable architecture-independent data in <var>DIR</var>.

0 commit comments

Comments
 (0)