The following reply was made to PR os-bsdi/5154; it has been noted by GNATS.

From: "Timur I. Bakeyev" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], apache-bugdb@apache.org
Cc:  Subject: Re: os-bsdi/5154: BSDI has it's own layout for Apache installation
Date: Sun, 17 Oct 1999 21:13:41 +0200

 Oops, I should be ashamed, patch I've send didn't get changes between 1.3.6 and
 1.3.9 layouts... So, new one:
 
 *** config.layout.orig Sat Aug 21 00:44:44 1999
 --- config.layout      Sun Oct 17 06:07:47 1999
 ***************
 *** 150,152 ****
 --- 150,171 ----
       proxycachedir: $localstatedir/proxy
   </Layout>
   
 + #   BSD/OS layout
 + <Layout BSDI>
 +     prefix:        /var/www
 +     exec_prefix:   /usr/contrib
 +     bindir:        $exec_prefix/bin
 +     sbindir:       $exec_prefix/bin
 +     libexecdir:    $exec_prefix/libexec/apache
 +     mandir:        $exec_prefix/man
 +     sysconfdir:    $prefix/conf
 +     datadir:       $prefix
 +     iconsdir:      $datadir/icons
 +     htdocsdir:     $datadir/htdocs
 +     cgidir:        $datadir/cgi-bin
 +     includedir:    $exec_prefix/include/apache
 +     localstatedir: /var
 +     runtimedir:    $localstatedir/run
 +     logfiledir:    $localstatedir/log/httpd
 +     proxycachedir: $localstatedir/proxy
 + </Layout>

Reply via email to