You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Timur Bakeyev <ti...@com.bat.ru> on 1999/10/15 20:21:36 UTC

os-bsdi/5154: BSDI has it's own layout for Apache installation

>Number:         5154
>Category:       os-bsdi
>Synopsis:       BSDI has it's own layout for Apache installation
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          change-request
>Submitter-Id:   apache
>Arrival-Date:   Fri Oct 15 11:30:04 PDT 1999
>Last-Modified:
>Originator:     timur@com.bat.ru
>Organization:
apache
>Release:        1.3.9
>Environment:
BSD/OS com.bat.ru 4.0.1 BSDI BSD/OS 4.0.1 Kernel #3: Tue Oct  5 22:22:31 CEST 1999     root@com.bat.ru:/usr/src/sys/compile/TIMUR  i386

gcc version 2.7.2.1

>Description:
It'll be nice in addition to other distributed layouts get BSDI own with 
stock distribution. This patch in 'diff -u' format provides necessary setup.
Nothing special, except directory paths...
>How-To-Repeat:
Buy BSDI/OS :))) This was my major bug :>
>Fix:
--- config.layout.orig	Tue Aug 31 02:00:09 1999
+++ config.layout	Tue Aug 31 02:11:00 1999
@@ -150,3 +150,19 @@
     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
+    includedir:    $exec_prefix/include/apache
+    localstatedir: /var
+    runtimedir:    $localstatedir/run
+    logfiledir:    $localstatedir/log/httpd
+    proxycachedir: $localstatedir/proxy
+</Layout>

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]




Re: os-bsdi/5154: BSDI has it's own layout for Apache installation

Posted by "Timur I. Bakeyev" <ti...@bat.ru>.
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>