]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix Red Hat distribution name
authorMark J. Cox <mjc@apache.org>
Fri, 3 May 2002 10:50:37 +0000 (10:50 +0000)
committerMark J. Cox <mjc@apache.org>
Fri, 3 May 2002 10:50:37 +0000 (10:50 +0000)
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

config.layout
src/CHANGES

index 06e600d40b4d2f367760dd2d87c8a33d990924df..055e3c5706f86bb6e85e58ba5971d520a9accb6f 100644 (file)
     proxycachedir: $runtimedir/proxy
 </Layout>
 
-#   RedHat 7.x layout
+#   Red Hat Linux 7.x layout
 <Layout RedHat>
     prefix:        /usr
     exec_prefix:   $prefix
index 07a32ab3a3421b8414aef540f6b0544a7f02d8bf..769bb25c2af771a5906ecdc33f1755a82a3c5495 100644 (file)
@@ -31,8 +31,8 @@ Changes with Apache 1.3.25
   *) Made AB's use of the Host: header rfc2616 compliant
      by Taisuke Yamada <tai@iij.ad.jp> [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 <triad@df.lth.se>, 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=/<real>" but use a different local prefix via
      "make root=/tmp/apache install" for rolling the package without bristling
      the target location on their system.