Attached is a patch for the Cygwin installation layout for the 1.3 cvs
branch. It would be great when someone would commit this to cvs.

BTW, this layout will be used for the upcoming inclusion of Apache
1.3.22 to the official Cygwin package installation routine.

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are
--- apache-1.3/config.layout    Sat Oct  6 22:01:10 2001
+++ apache-1.3-cygwin/config.layout     Sat Jan 12 20:09:27 2002
@@ -261,3 +261,25 @@
     logfiledir:    $prefix/logs
     proxycachedir: $prefix/proxy
 </Layout>
+
+#   Cygwin 1.x layout
+<Layout Cygwin>
+    prefix:        /usr
+    exec_prefix:   $prefix
+    bindir:        $prefix/bin
+    sbindir:       $prefix/sbin
+    libexecdir:    $prefix/lib/apache
+    mandir:        $prefix/man
+    sysconfdir:    /etc/apache
+    datadir:       /var/www
+    iconsdir:      $datadir/icons
+    htdocsdir:     $datadir/htdocs
+    manualdir:     $htdocsdir/manual
+    cgidir:        $datadir/cgi-bin
+    includedir:    $prefix/include/apache
+    localstatedir: /var
+    runtimedir:    $localstatedir/run
+    logfiledir:    $localstatedir/log/apache
+    proxycachedir: $localstatedir/cache/apache
+</Layout>     
+

Reply via email to