You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/12/17 23:23:10 UTC

cvs commit: apache-1.3 config.layout

rse         99/12/17 14:23:08

  Modified:    src      CHANGES
               .        config.layout
  Log:
  Added SuSE layout to config.layout for convinience reasons.
  
  Submitted by: Sebastian Helms <se...@gmx.de>
  PR: 5112
  
  Revision  Changes    Path
  1.1482    +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1481
  retrieving revision 1.1482
  diff -u -r1.1481 -r1.1482
  --- CHANGES	1999/12/16 16:10:25	1.1481
  +++ CHANGES	1999/12/17 22:22:59	1.1482
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.10
   
  +  *) Added SuSE layout to config.layout for convinience reasons.
  +     [Sebastian Helms <se...@gmx.de>] PR#5112
  +
     *) Consistency cleanup of the complete APXS tool and corresponding manpage.
        [Ralf S. Engelschall]
   
  
  
  
  1.11      +20 -0     apache-1.3/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/apache-1.3/config.layout,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- config.layout	1999/07/29 18:12:43	1.10
  +++ config.layout	1999/12/17 22:23:07	1.11
  @@ -150,3 +150,23 @@
       proxycachedir: $localstatedir/proxy
   </Layout>
   
  +#   SuSE 6.x layout
  +<Layout SuSE>
  +    prefix:        /usr
  +    exec_prefix:   $prefix
  +    bindir:        $prefix/bin
  +    sbindir:       $prefix/sbin
  +    libexecdir:    $prefix/lib/apache
  +    mandir:        $prefix/man
  +    sysconfdir:    /etc/httpd
  +    datadir:       /usr/local/httpd
  +    iconsdir:      $datadir/icons
  +    htdocsdir:     $datadir/htdocs
  +    cgidir:        $datadir/cgi-bin
  +    includedir:    $prefix/include/apache
  +    localstatedir: /var
  +    runtimedir:    $localstatedir/run
  +    logfiledir:    $localstatedir/log/httpd
  +    proxycachedir: $localstatedir/cache/httpd
  +</Layout>
  +