Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Dev

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

 

 

Apache dev RSS feed   Index | Next | Previous | View Threaded


i.galic at brainsware

Apr 16, 2012, 6:06 AM

Post #1 of 7 (275 views)
Permalink
Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout

----- 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 [at] brainsware
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE


mamfelt at gmail

Apr 19, 2012, 3:29 AM

Post #2 of 7 (249 views)
Permalink
Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout [In reply to]

Hope you can backport the AIX layout as well :)

2012/4/16 Igor Galić <i.galic [at] brainsware>

>
>
> ----- 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 [at] brainsware
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE
>
>


trawick at gmail

Apr 19, 2012, 4:02 AM

Post #3 of 7 (249 views)
Permalink
Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout [In reply to]

On Mon, Apr 16, 2012 at 9:06 AM, Igor Galić <i.galic [at] brainsware> 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 [at] brainsware
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE
>



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


i.galic at brainsware

Apr 19, 2012, 8:59 AM

Post #4 of 7 (251 views)
Permalink
Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout [In reply to]

----- Original Message -----
> On Mon, Apr 16, 2012 at 9:06 AM, Igor Galić <i.galic [at] brainsware>
> 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 [at] brainsware
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE


wrowe at rowe-clan

Apr 19, 2012, 10:15 AM

Post #5 of 7 (250 views)
Permalink
Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout [In reply to]

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.galic at brainsware

Apr 20, 2012, 3:48 AM

Post #6 of 7 (249 views)
Permalink
Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout [In reply to]

----- 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 [at] brainsware
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE


trawick at gmail

Apr 20, 2012, 4:15 AM

Post #7 of 7 (248 views)
Permalink
Re: svn commit: r1325632 - /httpd/httpd/trunk/config.layout [In reply to]

On Fri, Apr 20, 2012 at 6:48 AM, Igor Galić <i.galic [at] brainsware> 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 [at] brainsware
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE
>



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

Apache dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.