You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ws...@locus.apache.org on 2000/09/26 01:44:56 UTC

cvs commit: apache-1.3 config.layout

wsanchez    00/09/25 16:44:56

  Modified:    .        config.layout
  Log:
  Update Rhapsody layout to be consistant with others (install in base
  tree instead of /usr/local equivalents).
  Add Darwin (Mac OS X) layout.
  
  Revision  Changes    Path
  1.15      +25 -5     apache-1.3/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/apache-1.3/config.layout,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- config.layout	2000/08/07 04:08:03	1.14
  +++ config.layout	2000/09/25 23:44:55	1.15
  @@ -70,20 +70,40 @@
       proxycachedir: proxy
   </Layout>
   
  -#   Apple's Mac OS X Server Layout
  +#   Mac OS X Server (Rhapsody)
   <Layout Mac OS X Server>
       prefix:        /Local/Library/WebServer
  -    exec_prefix:   /usr/local
  +    exec_prefix:   /usr
       bindir:        $exec_prefix/bin
       sbindir:       $exec_prefix/sbin
  -    libexecdir:    /Local/Library/Apache/Modules
  +    libexecdir:    /System/Library/Apache/Modules
       mandir:        $exec_prefix/share/man
       sysconfdir:    $prefix/Configuration
       datadir:       $prefix
  -    iconsdir:      /Local/Library/Apache/Icons
  +    iconsdir:      /System/Library/Apache/Icons
       htdocsdir:     $datadir/Documents
       cgidir:        $datadir/CGI-Executables
  -    includedir:    /Local/Library/Frameworks/Apache.framework/Versions/1.3/Headers
  +    includedir:    /System/Library/Frameworks/Apache.framework/Versions/1.3/Headers
  +    localstatedir: /var
  +    runtimedir:    $prefix/Logs
  +    logfiledir:    $prefix/Logs
  +    proxycachedir: $prefix/ProxyCache
  +</Layout>
  +
  +#   Mac OS Layout
  +<Layout Darwin>
  +    prefix:        /Library/WebServer
  +    exec_prefix:   /usr
  +    bindir:        $exec_prefix/bin
  +    sbindir:       $exec_prefix/sbin
  +    libexecdir:    /System/Library/Apache/Modules
  +    mandir:        $exec_prefix/share/man
  +    sysconfdir:    $prefix/Configuration
  +    datadir:       $prefix
  +    iconsdir:      /System/Library/Apache/Icons
  +    htdocsdir:     $datadir/Documents
  +    cgidir:        $datadir/CGI-Executables
  +    includedir:    /System/Library/Frameworks/Apache.framework/Versions/1.3/Headers
       localstatedir: /var
       runtimedir:    $prefix/Logs
       logfiledir:    $prefix/Logs