From: Mark J. Cox Date: Fri, 3 May 2002 10:50:37 +0000 (+0000) Subject: Fix Red Hat distribution name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=586584f2110a317ac4b4e7867e7f60b9aa4e20bc;p=thirdparty%2Fapache%2Fhttpd.git Fix Red Hat distribution name PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94916 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/config.layout b/config.layout index 06e600d40b4..055e3c5706f 100644 --- a/config.layout +++ b/config.layout @@ -115,7 +115,7 @@ proxycachedir: $runtimedir/proxy -# RedHat 7.x layout +# Red Hat Linux 7.x layout prefix: /usr exec_prefix: $prefix diff --git a/src/CHANGES b/src/CHANGES index 07a32ab3a34..769bb25c2af 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -31,8 +31,8 @@ Changes with Apache 1.3.25 *) Made AB's use of the Host: header rfc2616 compliant by Taisuke Yamada [Dirl-Willem van Gulik]. - *) Update the Redhat Layout to match Redhat version 7. PR BZ-7422 - [Joe Orton] + *) Update the Red Hat Layout to match Red Hat Linux version 7. + PR BZ-7422 [Joe Orton] *) Add some popular types to the mime magic file. PR 7730. [Linus Walleij , Justin Erenkrantz] @@ -4373,7 +4373,7 @@ Changes with Apache 1.3b7 *) Just having APACI's localstatedir is too general and not enough for most of the systems. 1.3b6 again required manual APACI patches by package - maintainers from RedHat and FreeBSD because for their filesystem layout a + maintainers from Red Hat and FreeBSD because for their filesystem layout a little bit more flexibility in configuring the paths is needed. Hence we provide three additional configure options (--runtimedir, --logfiledir, --proxycachedir) which now can be used for more granular adjustments if @@ -4383,7 +4383,7 @@ Changes with Apache 1.3b7 *) Make the install root for "make install" in APACI's Makefile overrideable by package authors. This way we are even more friendly to package - maintainers (especially Debian and RedHat) who build for the real prefix + maintainers (especially Debian and Red Hat) who build for the real prefix via "configure --prefix=/" but use a different local prefix via "make root=/tmp/apache install" for rolling the package without bristling the target location on their system.