diff options
author | Rainer Jung <rjung@apache.org> | 2018-10-21 14:10:09 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2018-10-21 14:10:09 +0200 |
commit | 05cdb1a37cd12538472ebec24f7e0e360fb978b9 (patch) | |
tree | 1eccf873c69d47c460c17ee29f84f31afbe1ac95 | |
parent | fr doc rebuild. (diff) | |
download | apache2-05cdb1a37cd12538472ebec24f7e0e360fb978b9.tar.xz apache2-05cdb1a37cd12538472ebec24f7e0e360fb978b9.zip |
Fx a likely typo in r1842929: runtimedir plus
statedir instead of runtimedir twice.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844484 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | config.layout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.layout b/config.layout index 71c046c050..100947789f 100644 --- a/config.layout +++ b/config.layout @@ -355,7 +355,7 @@ manualdir: ${datadir}/manual cgidir: ${datadir}/cgi-bin runtimedir: ${localstatedir}/run - runtimedir: ${localstatedir}/lib/httpd + statedir: ${localstatedir}/lib/httpd logfiledir: ${localstatedir}/log/httpd proxycachedir: ${localstatedir}/cache/httpd/cache-root </Layout> |