You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/06/29 18:44:23 UTC

cvs commit: httpd-2.0 CHANGES config.layout

nd          2003/06/29 09:44:23

  Modified:    .        CHANGES config.layout
  Log:
  Add FreeBSD directory layout
  
  PR: 21100
  Submitted by: info@orangexl.com (Sander Holthaus)
  
  Revision  Changes    Path
  1.1205    +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1204
  retrieving revision 1.1205
  diff -u -r1.1204 -r1.1205
  --- CHANGES	27 Jun 2003 21:21:01 -0000	1.1204
  +++ CHANGES	29 Jun 2003 16:44:22 -0000	1.1205
  @@ -2,6 +2,9 @@
   
     [Remove entries to the current 2.0 section below, when backported]
   
  +  *) Added FreeBSD directory layout. PR 21100.
  +     [Sander Holthaus <in...@orangexl.com>, Andr� Malo]
  +
     *) Correct the code in ap_check_cache_feshness to check max_age,
        smax_age, and expires correctly. Patch submitted by Thomas
        Castelle [Paul J. Reder]
  
  
  
  1.22      +24 -0     httpd-2.0/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/config.layout,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- config.layout	16 Jul 2002 18:29:59 -0000	1.21
  +++ config.layout	29 Jun 2003 16:44:22 -0000	1.22
  @@ -274,6 +274,30 @@
       proxycachedir: ${prefix}/proxy
   </Layout>
   
  +# FreeBSD Layout
  +<Layout FreeBSD>
  +  prefix:        /usr/local
  +  exec_prefix:   ${prefix}
  +  bindir:        ${exec_prefix}/bin
  +  sbindir:       ${exec_prefix}/sbin
  +  libdir:        ${exec_prefix}/lib
  +  libexecdir:    ${exec_prefix}/libexec/apache2
  +  mandir:        ${prefix}/man
  +  sysconfdir:    ${prefix}/etc/apache2
  +  datadir:       ${prefix}/www
  +  installbuilddir: ${prefix}/share/apache2/build
  +  errordir:      ${datadir}/error
  +  iconsdir:      ${datadir}/icons
  +  htdocsdir:     ${datadir}/data
  +  manualdir:     ${prefix}/share/doc/apache2
  +  cgidir:        ${datadir}/cgi-bin
  +  includedir:    ${prefix}/include/apache2
  +  localstatedir: /var
  +  runtimedir:    ${localstatedir}/run
  +  logfiledir:    ${localstatedir}/log
  +  proxycachedir: ${datadir}/proxy
  +</Layout>
  +
   # Debian layout
   <Layout Debian>
       prefix: