You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2002/04/06 23:44:44 UTC

cvs commit: httpd-2.0 config.layout

aaron       02/04/06 13:44:44

  Modified:    .        config.layout
  Log:
  Add libdir entries to config.layout.
  
  Submitted by:	Pier Fumagalli <pi...@betaversion.org>
  Reviewed by:	Aaron Bannert
  
  Revision  Changes    Path
  1.15      +13 -0     httpd-2.0/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/config.layout,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- config.layout	28 Mar 2002 19:04:47 -0000	1.14
  +++ config.layout	6 Apr 2002 21:44:44 -0000	1.15
  @@ -15,6 +15,7 @@
       exec_prefix:   ${prefix}
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/bin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    ${exec_prefix}/modules
       mandir:        ${prefix}/man
       sysconfdir:    ${prefix}/conf
  @@ -39,6 +40,7 @@
       exec_prefix:   ${prefix}
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/sbin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    ${exec_prefix}/libexec
       mandir:        ${prefix}/man
       sysconfdir:    ${prefix}/etc+
  @@ -62,6 +64,7 @@
       exec_prefix:
       bindir:        bin
       sbindir:       bin
  +    libdir:        lib
       libexecdir:    libexec
       mandir:        man
       sysconfdir:    conf
  @@ -85,6 +88,7 @@
       exec_prefix:   /usr
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/sbin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    /System/Library/Apache/Modules
       mandir:        ${exec_prefix}/share/man
       sysconfdir:    ${prefix}/Configuration
  @@ -108,6 +112,7 @@
       exec_prefix:   ${prefix}
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/sbin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    ${exec_prefix}/libexec+
       mandir:        ${prefix}/share/man
       datadir:       /Library/WebServer
  @@ -131,6 +136,7 @@
       exec_prefix:   ${prefix}
       bindir:        ${prefix}/bin
       sbindir:       ${prefix}/sbin
  +    libdir:        ${prefix}/lib
       libexecdir:    ${prefix}/lib/apache
       mandir:        ${prefix}/man
       sysconfdir:    /etc/httpd/conf
  @@ -154,6 +160,7 @@
       exec_prefix:   ${prefix}
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/sbin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    ${exec_prefix}/libexec
       mandir:        ${prefix}/man
       sysconfdir:    /etc${prefix}
  @@ -177,6 +184,7 @@
       exec_prefix:   ${prefix}
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/bin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    ${exec_prefix}/libexec
       mandir:        ${prefix}/man
       sysconfdir:    ${prefix}/conf
  @@ -200,6 +208,7 @@
       exec_prefix:   ${prefix}
       bindir:        ${prefix}/bin
       sbindir:       ${prefix}/sbin
  +    libdir:        ${prefix}/lib
       libexecdir:    ${prefix}/lib/apache
       mandir:        ${prefix}/man
       sysconfdir:    /etc/httpd
  @@ -223,6 +232,7 @@
       exec_prefix:   /usr/contrib
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/bin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    ${exec_prefix}/libexec/apache
       mandir:        ${exec_prefix}/man
       sysconfdir:    ${prefix}/conf
  @@ -246,6 +256,7 @@
       exec_prefix:   ${prefix}
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/bin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    ${exec_prefix}/libexec
       mandir:        ${exec_prefix}/man
       sysconfdir:    /etc/apache
  @@ -269,6 +280,7 @@
       exec_prefix:   /usr
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/sbin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    ${exec_prefix}/lib/apache/modules
       mandir:        ${exec_prefix}/share/man
       sysconfdir:    ${prefix}/conf
  @@ -292,6 +304,7 @@
       exec_prefix:   ${prefix}/usr
       bindir:        ${exec_prefix}/bin
       sbindir:       ${exec_prefix}/sbin
  +    libdir:        ${exec_prefix}/lib
       libexecdir:    ${exec_prefix}/lib/apache2/modules
       mandir:        ${exec_prefix}/share/man
       sysconfdir:    ${prefix}/etc/apache2
  
  
  

Re: cvs commit: httpd-2.0 config.layout

Posted by Aaron Bannert <aa...@clove.org>.
On Sun, Apr 07, 2002 at 01:13:17AM +0100, Pier Fumagalli wrote:
> Thanks Aaron... :) Much appreciated... Check out the --includedir as well.

I applied that one but forgot to commit. All taken care of now. I've
review the APXS patch from you and Thom, and it seems to work for me
w/ PHP4, so I'll commit that too shortly.

-aaron

Re: cvs commit: httpd-2.0 config.layout

Posted by Justin Erenkrantz <je...@apache.org>.
On Sun, Apr 07, 2002 at 01:13:17AM +0100, Pier Fumagalli wrote:
> BTW, OS/X freaks, is there interest in a "bundle" layout for Apache2? If you
> check out /System/Library/Frameworks/JavaVM.framework/ you'll see what I
> mean...

Hey, that's cool stuff.  You could have Apache 1.3 and 2.0 in the
same hierarchy, I guess.

> I've started to install all my "services" (PostFix, Cyrus-IMAPD, Apache2 and
> so on) in /Library/Services, keeping everything self-contained in bundles
> with versioning... It's kinda neat, as I can have several versions installed
> and switch them only by changing a symlink (like OS/X bundles do!), and
> would be kewl to have a layout following the Bundles scheme as well...

Sure - under the mantra, "why not?"  -- justin

Re: cvs commit: httpd-2.0 config.layout

Posted by Pier Fumagalli <pi...@betaversion.org>.
"aaron@apache.org" <aa...@apache.org> wrote:

> aaron       02/04/06 13:44:44
> 
> Modified:    .        config.layout
> Log:
> Add libdir entries to config.layout.
> 
> Submitted by:    Pier Fumagalli <pi...@betaversion.org>
> Reviewed by:    Aaron Bannert

Thanks Aaron... :) Much appreciated... Check out the --includedir as well.

BTW, OS/X freaks, is there interest in a "bundle" layout for Apache2? If you
check out /System/Library/Frameworks/JavaVM.framework/ you'll see what I
mean...

I've started to install all my "services" (PostFix, Cyrus-IMAPD, Apache2 and
so on) in /Library/Services, keeping everything self-contained in bundles
with versioning... It's kinda neat, as I can have several versions installed
and switch them only by changing a symlink (like OS/X bundles do!), and
would be kewl to have a layout following the Bundles scheme as well...

    Pier


Re: cvs commit: httpd-2.0 config.layout

Posted by Pier Fumagalli <pi...@betaversion.org>.
"aaron@apache.org" <aa...@apache.org> wrote:

> aaron       02/04/06 13:44:44
> 
> Modified:    .        config.layout
> Log:
> Add libdir entries to config.layout.
> 
> Submitted by:    Pier Fumagalli <pi...@betaversion.org>
> Reviewed by:    Aaron Bannert

Thanks Aaron... :) Much appreciated... Check out the --includedir as well.

BTW, OS/X freaks, is there interest in a "bundle" layout for Apache2? If you
check out /System/Library/Frameworks/JavaVM.framework/ you'll see what I
mean...

I've started to install all my "services" (PostFix, Cyrus-IMAPD, Apache2 and
so on) in /Library/Services, keeping everything self-contained in bundles
with versioning... It's kinda neat, as I can have several versions installed
and switch them only by changing a symlink (like OS/X bundles do!), and
would be kewl to have a layout following the Bundles scheme as well...

    Pier