diff options
author | Aaron Bannert <aaron@apache.org> | 2002-03-07 15:26:07 +0100 |
---|---|---|
committer | Aaron Bannert <aaron@apache.org> | 2002-03-07 15:26:07 +0100 |
commit | 254e3492bf371b582e80c2e3b84910779d9384c3 (patch) | |
tree | 3f20c8ad8c5398a5460eae1baff3c9bbaa252a03 /config.layout | |
parent | Cleanup some left behind style nits I missed and clean (diff) | |
download | apache2-254e3492bf371b582e80c2e3b84910779d9384c3.tar.xz apache2-254e3492bf371b582e80c2e3b84910779d9384c3.zip |
Add a missing errordir entry in the Debian config.layout.
PR: 10067
Obtained from: Dirk-Jan Faber <dirk-jan@selwerd.nl>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'config.layout')
-rw-r--r-- | config.layout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.layout b/config.layout index 5d7109547a..f4b8664235 100644 --- a/config.layout +++ b/config.layout @@ -306,4 +306,5 @@ proxycachedir: ${prefix}/var/cache/apache2/proxy infodir: ${exec_prefix}/share/info installbuilddir: ${prefix}/etc/apache2/build + errordir: ${prefix}/error </Layout> |