You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2001/11/11 08:02:38 UTC

cvs commit: httpd-2.0 CHANGES config.layout

jerenkrantz    01/11/10 23:02:38

  Modified:    .        CHANGES config.layout
  Log:
  Add Debian Layout
  Submitted by:	Daniel Stone <da...@sfarc.net>
  Reviewed by:	Justin Erenkrantz
  
  Revision  Changes    Path
  1.427     +2 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.426
  retrieving revision 1.427
  diff -u -r1.426 -r1.427
  --- CHANGES	2001/11/11 01:58:12	1.426
  +++ CHANGES	2001/11/11 07:02:37	1.427
  @@ -1,5 +1,7 @@
   Changes with Apache 2.0.29-dev
   
  +  *) Add Debian layout.  [Daniel Stone <da...@sfarc.net>]
  +
     *) If shared modules are requested and mod_so is not available,
        produce a fatal config-time error.  [Justin Erenkrantz]
   
  
  
  
  1.8       +22 -0     httpd-2.0/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/config.layout,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config.layout	2001/10/26 02:59:26	1.7
  +++ config.layout	2001/11/11 07:02:37	1.8
  @@ -285,3 +285,25 @@
       logfiledir:    $prefix/logs
       proxycachedir: $prefix/proxy
   </Layout>
  +
  +# Debian layout
  +<Layout Debian>
  +    prefix:        
  +    exec_prefix:   $prefix/usr
  +    bindir:        $exec_prefix/bin
  +    sbindir:       $exec_prefix/sbin
  +    libexecdir:    $exec_prefix/lib/apache2/modules
  +    mandir:        $exec_prefix/share/man
  +    sysconfdir:    $prefix/etc/apache2
  +    datadir:       $exec_prefix/share/apache2
  +    iconsdir:      $datadir/icons
  +    htdocsdir:     $prefix/usr/share/apache2/default-site/htdocs
  +    cgidir:        $prefix/usr/lib/cgi-bin
  +    includedir:    $exec_prefix/include/apache2
  +    localstatedir: $prefix/var/run
  +    runtimedir:    $prefix/var/run
  +    logfiledir:    $prefix/var/log/apache2
  +    proxycachedir: $prefix/var/cache/apache2/proxy
  +    infodir:       $exec_prefix/share/info
  +    installbuilddir: $prefix/etc/apache2/build
  +</Layout>