You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2012/04/13 09:21:46 UTC

svn commit: r1325632 - /httpd/httpd/trunk/config.layout

Author: igalic
Date: Fri Apr 13 07:21:46 2012
New Revision: 1325632

URL: http://svn.apache.org/viewvc?rev=1325632&view=rev
Log:
Introduce Slackware layout.
patch: Frank Gingras

Modified:
    httpd/httpd/trunk/config.layout

Modified: httpd/httpd/trunk/config.layout
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/config.layout?rev=1325632&r1=1325631&r2=1325632&view=diff
==============================================================================
--- httpd/httpd/trunk/config.layout (original)
+++ httpd/httpd/trunk/config.layout Fri Apr 13 07:21:46 2012
@@ -347,3 +347,26 @@
     proxycachedir: ${localstatedir}/proxy
 </Layout>
 
+# FHS layout
+<Layout Slackware-FHS>
+    prefix:          /usr
+    exec_prefix:     ${prefix}
+    bindir:          ${prefix}/bin
+    sbindir:         ${prefix}/sbin
+    libdir:          ${prefix}/lib/httpd
+    libexecdir:      ${prefix}/lib/httpd/modules
+    installbuilddir: ${prefix}/lib/httpd/build
+    mandir:          ${prefix}/man
+    sysconfdir:      /etc/httpd
+    datadir:         /srv/httpd
+    iconsdir:        ${datadir}/icons
+    htdocsdir:       ${datadir}/htdocs
+    manualdir:       ${htdocsdir}/manual
+    cgidir:          ${datadir}/cgi-bin
+    errordir:        ${datadir}/error
+    includedir:      ${prefix}/include/httpd
+    localstatedir:   /var
+    runtimedir:      ${localstatedir}/run/httpd
+    logfiledir:      ${localstatedir}/log/httpd
+    proxycachedir:   ${localstatedir}/cache/httpd
+</Layout>



Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout

Posted by Jeff Trawick <tr...@gmail.com>.
On Fri, Apr 20, 2012 at 6:48 AM, Igor Galić <i....@brainsware.org> wrote:
>
>
> ----- Original Message -----
>> On 4/19/2012 10:59 AM, Igor Galić wrote:
>> >
>> > Anyone got hard feelings about such an approach?
>>
>> Only that 2.2 should be frozen, and layout changes shouldn't occur
>> there.
>> I guess an alien layout which -is- set out that way for 2.4.2 should
>> go
>> into trunk so their 2.4.3 is simpler to create.  But I don't really
>> like
>> the idea of files moving about until the next major.minor.
>
> I don't understand.
> I didn't *change* a layout, I *added* a new one.

Right, adding a new layout is not a problem.

>
> i
>
> --
> Igor Galić
>
> Tel: +43 (0) 664 886 22 883
> Mail: i.galic@brainsware.org
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE
>



-- 
Born in Roswell... married an alien...

Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> On 4/19/2012 10:59 AM, Igor Galić wrote:
> > 
> > Anyone got hard feelings about such an approach?
> 
> Only that 2.2 should be frozen, and layout changes shouldn't occur
> there.
> I guess an alien layout which -is- set out that way for 2.4.2 should
> go
> into trunk so their 2.4.3 is simpler to create.  But I don't really
> like
> the idea of files moving about until the next major.minor.

I don't understand.
I didn't *change* a layout, I *added* a new one.

i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE


Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 4/19/2012 10:59 AM, Igor Galić wrote:
> 
> Anyone got hard feelings about such an approach?

Only that 2.2 should be frozen, and layout changes shouldn't occur there.
I guess an alien layout which -is- set out that way for 2.4.2 should go
into trunk so their 2.4.3 is simpler to create.  But I don't really like
the idea of files moving about until the next major.minor.


Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> On Mon, Apr 16, 2012 at 9:06 AM, Igor Galić <i....@brainsware.org>
> wrote:
> >
> >
> > ----- Original Message -----
> >> Author: igalic
> >> Date: Fri Apr 13 07:21:46 2012
> >> New Revision: 1325632
> >>
> >> URL: http://svn.apache.org/viewvc?rev=1325632&view=rev
> >> Log:
> >> Introduce Slackware layout.
> >> patch: Frank Gingras
> >>
> >> Modified:
> >>     httpd/httpd/trunk/config.layout
> >
> >
> > Can I Back-port this for our packager's convenience?
> > Or does it require a vote?
> 
> here's another vote: +1

Thanks!

In Traffic Server at least, I try to backport everything
that makes packagers' lives easier.
I also backport things that don't have much impact (like
this) or have any functional change (like typo fixes)
without going through STATUS...

Anyone got hard feelings about such an approach?

i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE


Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout

Posted by Jeff Trawick <tr...@gmail.com>.
On Mon, Apr 16, 2012 at 9:06 AM, Igor Galić <i....@brainsware.org> wrote:
>
>
> ----- Original Message -----
>> Author: igalic
>> Date: Fri Apr 13 07:21:46 2012
>> New Revision: 1325632
>>
>> URL: http://svn.apache.org/viewvc?rev=1325632&view=rev
>> Log:
>> Introduce Slackware layout.
>> patch: Frank Gingras
>>
>> Modified:
>>     httpd/httpd/trunk/config.layout
>
>
> Can I Back-port this for our packager's convenience?
> Or does it require a vote?

here's another vote: +1

>
> i
>
>> Modified: httpd/httpd/trunk/config.layout
>> URL:
>> http://svn.apache.org/viewvc/httpd/httpd/trunk/config.layout?rev=1325632&r1=1325631&r2=1325632&view=diff
>> ==============================================================================
>> --- httpd/httpd/trunk/config.layout (original)
>> +++ httpd/httpd/trunk/config.layout Fri Apr 13 07:21:46 2012
>> @@ -347,3 +347,26 @@
>>      proxycachedir: ${localstatedir}/proxy
>>  </Layout>
>>
>> +# FHS layout
>> +<Layout Slackware-FHS>
>> +    prefix:          /usr
>> +    exec_prefix:     ${prefix}
>> +    bindir:          ${prefix}/bin
>> +    sbindir:         ${prefix}/sbin
>> +    libdir:          ${prefix}/lib/httpd
>> +    libexecdir:      ${prefix}/lib/httpd/modules
>> +    installbuilddir: ${prefix}/lib/httpd/build
>> +    mandir:          ${prefix}/man
>> +    sysconfdir:      /etc/httpd
>> +    datadir:         /srv/httpd
>> +    iconsdir:        ${datadir}/icons
>> +    htdocsdir:       ${datadir}/htdocs
>> +    manualdir:       ${htdocsdir}/manual
>> +    cgidir:          ${datadir}/cgi-bin
>> +    errordir:        ${datadir}/error
>> +    includedir:      ${prefix}/include/httpd
>> +    localstatedir:   /var
>> +    runtimedir:      ${localstatedir}/run/httpd
>> +    logfiledir:      ${localstatedir}/log/httpd
>> +    proxycachedir:   ${localstatedir}/cache/httpd
>> +</Layout>
>>
>>
>>
>
> --
> Igor Galić
>
> Tel: +43 (0) 664 886 22 883
> Mail: i.galic@brainsware.org
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE
>



-- 
Born in Roswell... married an alien...

Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout

Posted by Michael Felt <ma...@gmail.com>.
Hope you can backport the AIX layout as well :)

2012/4/16 Igor Galić <i....@brainsware.org>

>
>
> ----- Original Message -----
> > Author: igalic
> > Date: Fri Apr 13 07:21:46 2012
> > New Revision: 1325632
> >
> > URL: http://svn.apache.org/viewvc?rev=1325632&view=rev
> > Log:
> > Introduce Slackware layout.
> > patch: Frank Gingras
> >
> > Modified:
> >     httpd/httpd/trunk/config.layout
>
>
> Can I Back-port this for our packager's convenience?
> Or does it require a vote?
>
> i
>
> > Modified: httpd/httpd/trunk/config.layout
> > URL:
> >
> http://svn.apache.org/viewvc/httpd/httpd/trunk/config.layout?rev=1325632&r1=1325631&r2=1325632&view=diff
> >
> ==============================================================================
> > --- httpd/httpd/trunk/config.layout (original)
> > +++ httpd/httpd/trunk/config.layout Fri Apr 13 07:21:46 2012
> > @@ -347,3 +347,26 @@
> >      proxycachedir: ${localstatedir}/proxy
> >  </Layout>
> >
> > +# FHS layout
> > +<Layout Slackware-FHS>
> > +    prefix:          /usr
> > +    exec_prefix:     ${prefix}
> > +    bindir:          ${prefix}/bin
> > +    sbindir:         ${prefix}/sbin
> > +    libdir:          ${prefix}/lib/httpd
> > +    libexecdir:      ${prefix}/lib/httpd/modules
> > +    installbuilddir: ${prefix}/lib/httpd/build
> > +    mandir:          ${prefix}/man
> > +    sysconfdir:      /etc/httpd
> > +    datadir:         /srv/httpd
> > +    iconsdir:        ${datadir}/icons
> > +    htdocsdir:       ${datadir}/htdocs
> > +    manualdir:       ${htdocsdir}/manual
> > +    cgidir:          ${datadir}/cgi-bin
> > +    errordir:        ${datadir}/error
> > +    includedir:      ${prefix}/include/httpd
> > +    localstatedir:   /var
> > +    runtimedir:      ${localstatedir}/run/httpd
> > +    logfiledir:      ${localstatedir}/log/httpd
> > +    proxycachedir:   ${localstatedir}/cache/httpd
> > +</Layout>
> >
> >
> >
>
> --
> Igor Galić
>
> Tel: +43 (0) 664 886 22 883
> Mail: i.galic@brainsware.org
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE
>
>

Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> Author: igalic
> Date: Fri Apr 13 07:21:46 2012
> New Revision: 1325632
> 
> URL: http://svn.apache.org/viewvc?rev=1325632&view=rev
> Log:
> Introduce Slackware layout.
> patch: Frank Gingras
> 
> Modified:
>     httpd/httpd/trunk/config.layout


Can I Back-port this for our packager's convenience?
Or does it require a vote?

i

> Modified: httpd/httpd/trunk/config.layout
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/trunk/config.layout?rev=1325632&r1=1325631&r2=1325632&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/config.layout (original)
> +++ httpd/httpd/trunk/config.layout Fri Apr 13 07:21:46 2012
> @@ -347,3 +347,26 @@
>      proxycachedir: ${localstatedir}/proxy
>  </Layout>
>  
> +# FHS layout
> +<Layout Slackware-FHS>
> +    prefix:          /usr
> +    exec_prefix:     ${prefix}
> +    bindir:          ${prefix}/bin
> +    sbindir:         ${prefix}/sbin
> +    libdir:          ${prefix}/lib/httpd
> +    libexecdir:      ${prefix}/lib/httpd/modules
> +    installbuilddir: ${prefix}/lib/httpd/build
> +    mandir:          ${prefix}/man
> +    sysconfdir:      /etc/httpd
> +    datadir:         /srv/httpd
> +    iconsdir:        ${datadir}/icons
> +    htdocsdir:       ${datadir}/htdocs
> +    manualdir:       ${htdocsdir}/manual
> +    cgidir:          ${datadir}/cgi-bin
> +    errordir:        ${datadir}/error
> +    includedir:      ${prefix}/include/httpd
> +    localstatedir:   /var
> +    runtimedir:      ${localstatedir}/run/httpd
> +    logfiledir:      ${localstatedir}/log/httpd
> +    proxycachedir:   ${localstatedir}/cache/httpd
> +</Layout>
> 
> 
> 

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE