Received: (qmail 18376 invoked by uid 2012); 15 Oct 1999 18:21:36 -0000 Message-Id: <19991015182136.18375.qmail@hyperreal.org> Date: 15 Oct 1999 18:21:36 -0000 From: Timur Bakeyev Reply-To: timur@com.bat.ru To: apbugs@hyperreal.org Subject: BSDI has it's own layout for Apache installation X-Send-Pr-Version: 3.2 >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: Sun Oct 17 12:20:00 PDT 1999 >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 +# BSD/OS layout + + 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 + >Audit-Trail: From: "Timur I. Bakeyev" To: apbugs@hyperreal.org, 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 + # BSD/OS layout + + 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 + >Unformatted: [In order for any reply to be added to the PR database, you need] [to include 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! ]