You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mj...@apache.org on 2002/05/03 12:50:38 UTC

cvs commit: apache-1.3/src CHANGES

mjc         02/05/03 03:50:38

  Modified:    .        config.layout
               src      CHANGES
  Log:
  Fix Red Hat distribution name
  
  Revision  Changes    Path
  1.21      +1 -1      apache-1.3/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/apache-1.3/config.layout,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- config.layout	28 Mar 2002 18:56:08 -0000	1.20
  +++ config.layout	3 May 2002 10:50:37 -0000	1.21
  @@ -115,7 +115,7 @@
       proxycachedir: $runtimedir/proxy
   </Layout>
   
  -#   RedHat 7.x layout
  +#   Red Hat Linux 7.x layout
   <Layout RedHat>
       prefix:        /usr
       exec_prefix:   $prefix
  
  
  
  1.1816    +4 -4      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1815
  retrieving revision 1.1816
  diff -u -r1.1815 -r1.1816
  --- CHANGES	24 Apr 2002 17:37:49 -0000	1.1815
  +++ CHANGES	3 May 2002 10:50:37 -0000	1.1816
  @@ -31,8 +31,8 @@
     *) Made AB's use of the Host: header rfc2616 compliant
        by Taisuke Yamada <ta...@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 <tr...@df.lth.se>, Justin Erenkrantz]
  @@ -4373,7 +4373,7 @@
   
     *) 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 @@
   
     *) 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.