You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Aaron Bannert <aa...@clove.org> on 2002/03/01 00:13:10 UTC

Re: [PATCH] (1.3, 2.0) config.layout update for SuSE

Should I just create a new section labled <Layout SuSE7>?

-aaron

On Thu, Feb 28, 2002 at 08:19:46PM +0100, Peter Poeml wrote:
> another small patch... an update for config.layout for SuSE's
> distributions. 
> 
> It applies to 1.3.23 as well as to 2.0.32 (with some offset). 
> 
> Thanks,
> Peter
> 
> -- 
> VFS: Busy inodes after unmount. Self-destruct in 5 seconds.  Have a nice day...

> --- config.layout.orig	Mon Jan 14 10:39:25 2002
> +++ config.layout	Thu Feb 28 20:13:10 2002
> @@ -178,14 +178,14 @@
>      proxycachedir: $localstatedir/proxy
>  </Layout>
>  
> -#   SuSE 6.x layout
> +#   SuSE 7.x layout
>  <Layout SuSE>
>      prefix:        /usr
>      exec_prefix:   $prefix
>      bindir:        $prefix/bin
>      sbindir:       $prefix/sbin
>      libexecdir:    $prefix/lib/apache
> -    mandir:        $prefix/man
> +    mandir:        $prefix/share/man
>      sysconfdir:    /etc/httpd
>      datadir:       /usr/local/httpd
>      iconsdir:      $datadir/icons


Re: [PATCH] (1.3, 2.0) config.layout update for SuSE

Posted by "Roy T. Fielding" <fi...@apache.org>.
> Should I just create a new section labled <Layout SuSE7>?

No, just replace it.  The worst that could happen is the man directory not
being found on an old SuSE 6.x, which is an easy fix to the user.  Keep in
mind that the layout is normally only used by the package installers prior
to burning the CD.  A normal user would default to the Apache layout.
The Layout config is just a way for us to reduce vendor-specific changes
to our released code.

....Roy

Re: [PATCH] (1.3, 2.0) config.layout update for SuSE

Posted by Peter Poeml <po...@suse.de>.
On Thu, Feb 28, 2002 at 03:13:10PM -0800, Aaron Bannert wrote:
> Should I just create a new section labled <Layout SuSE7>?

Yes, why not... while I doubt that the SuSE 6.x section is still needed,
it would not harm to keep it of course. The transition with the man path
was actually between 6.4 and 7.0 (just looked it up), so it would fit.
This would also be the layout for the next release (8.0). 

Peter

-- 
VFS: Busy inodes after unmount. Self-destruct in 5 seconds.  Have a nice day...