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/04/08 11:37:58 UTC

cvs commit: httpd-2.0 config.layout CHANGES

mjc         02/04/08 02:37:57

  Modified:    .        config.layout CHANGES
  Log:
  Fixup product name
  
  Revision  Changes    Path
  1.16      +1 -1      httpd-2.0/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/config.layout,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- config.layout	6 Apr 2002 21:44:44 -0000	1.15
  +++ config.layout	8 Apr 2002 09:37:57 -0000	1.16
  @@ -130,7 +130,7 @@
       proxycachedir: ${runtimedir}/proxy
   </Layout>
   
  -#   RedHat 7.x layout
  +#   Red Hat Linux 7.x layout
   <Layout RedHat>
       prefix:        /usr
       exec_prefix:   ${prefix}
  
  
  
  1.692     +3 -3      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.691
  retrieving revision 1.692
  diff -u -r1.691 -r1.692
  --- CHANGES	7 Apr 2002 21:58:25 -0000	1.691
  +++ CHANGES	8 Apr 2002 09:37:57 -0000	1.692
  @@ -83,7 +83,7 @@
   
     *) Fix some mod_include segfaults [Cliff Woolley, Brian Pane, Brad Nicholes]
   
  -  *) Update the Redhat Layout to match Redhat version 7. PR BZ-7422
  +  *) Update the "RedHat" Layout to match Red Hat Linux version 7. PR BZ-7422
        [Joe Orton] 
   
     *) add compat layer to support RSA SSLC 1.x and 2.x in mod_ssl
  @@ -6972,7 +6972,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
  @@ -6982,7 +6982,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.