You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/03/28 20:04:48 UTC

cvs commit: httpd-2.0 config.layout CHANGES

slive       02/03/28 11:04:48

  Modified:    .        config.layout CHANGES
  Log:
  Update Redhat layout to v7.
  
  PR: BZ-7422
  Submitted by: Joe Orton
  
  Revision  Changes    Path
  1.14      +2 -2      httpd-2.0/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/config.layout,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -d -b -u -r1.13 -r1.14
  --- config.layout	14 Mar 2002 17:18:33 -0000	1.13
  +++ config.layout	28 Mar 2002 19:04:47 -0000	1.14
  @@ -125,7 +125,7 @@
       proxycachedir: ${runtimedir}/proxy
   </Layout>
   
  -#   RedHat 5.x layout
  +#   RedHat 7.x layout
   <Layout RedHat>
       prefix:        /usr
       exec_prefix:   ${prefix}
  @@ -134,7 +134,7 @@
       libexecdir:    ${prefix}/lib/apache
       mandir:        ${prefix}/man
       sysconfdir:    /etc/httpd/conf
  -    datadir:       /home/httpd
  +    datadir:       /var/www
       installbuilddir: ${datadir}/build
       errordir:      ${datadir}/error
       iconsdir:      ${datadir}/icons
  
  
  
  1.665     +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.664
  retrieving revision 1.665
  diff -u -d -b -u -r1.664 -r1.665
  --- CHANGES	27 Mar 2002 22:57:47 -0000	1.664
  +++ CHANGES	28 Mar 2002 19:04:48 -0000	1.665
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0.35
   
  +  *) Update the Redhat Layout to match Redhat version 7. PR BZ-7422
  +     [Joe Orton] 
  +
     *) add compat layer to support RSA SSLC 1.x and 2.x in mod_ssl
        [Jon Travis, John Barbee, William Rowe, Ryan Bloom, Doug MacEachern]