From f82184054085b98f5a960cd8b2fea8677e66750c Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Tue, 16 Jul 2002 18:29:59 +0000 Subject: [PATCH] Update SuSE layout. Submitted by: Peter Poeml Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96083 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 2 ++ config.layout | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 359532c00f..1ad6453ada 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes with Apache 2.0.40 + *) Update SuSE layout. [Peter Poeml ] + *) Changes to the internationalized error documents: Comment them out in the default config file to make the default install as simple as possible; Correct the english 500 error to diff --git a/config.layout b/config.layout index 25b05871f8..b4a317d3d7 100644 --- a/config.layout +++ b/config.layout @@ -186,7 +186,7 @@ sbindir: ${prefix}/sbin libdir: ${prefix}/lib libexecdir: ${prefix}/lib/apache - mandir: ${prefix}/man + mandir: ${prefix}/share/man sysconfdir: /etc/httpd datadir: /usr/local/httpd installbuilddir: ${datadir}/build @@ -196,10 +196,10 @@ manualdir: ${datadir}/manual cgidir: ${datadir}/cgi-bin includedir: ${prefix}/include/apache - localstatedir: /var - runtimedir: ${localstatedir}/run - logfiledir: ${localstatedir}/log/httpd - proxycachedir: ${localstatedir}/cache/httpd + localstatedir: /var/lib/httpd + runtimedir: /var/run + logfiledir: /var/log/httpd + proxycachedir: /var/cache/httpd # BSD/OS layout -- 2.50.1