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/03/07 15:26:07 UTC

cvs commit: httpd-2.0 config.layout

aaron       02/03/07 06:26:07

  Modified:    .        config.layout
  Log:
  Add a missing errordir entry in the Debian config.layout.
  
  PR: 10067
  Obtained from:  Dirk-Jan Faber <di...@selwerd.nl>
  
  Revision  Changes    Path
  1.10      +1 -0      httpd-2.0/config.layout
  
  Index: config.layout
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/config.layout,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- config.layout	26 Feb 2002 18:41:58 -0000	1.9
  +++ config.layout	7 Mar 2002 14:26:07 -0000	1.10
  @@ -306,4 +306,5 @@
       proxycachedir: ${prefix}/var/cache/apache2/proxy
       infodir:       ${exec_prefix}/share/info
       installbuilddir: ${prefix}/etc/apache2/build
  +    errordir:      ${prefix}/error
   </Layout>
  
  
  

Re: cvs commit: httpd-2.0 config.layout

Posted by Thom May <th...@planetarytramp.net>.
* Thom May (thom@planetarytramp.net) wrote :
> * aaron@apache.org (aaron@apache.org) wrote :
> > aaron       02/03/07 06:26:07
> > 
> >   Modified:    .        config.layout
> >   Log:
> >   Add a missing errordir entry in the Debian config.layout.
> >   
> >   PR: 10067
> >   Obtained from:  Dirk-Jan Faber <di...@selwerd.nl>
> Unfortunately that fix isn't quite correct, as it would put the errordir as
> /error .
> 
> Correction attached.
> Cheers, 
> -Thom
and neither is that. Lets try this again.
Sorry!
-Thom

ndex: config.layout
===================================================================
RCS file: /home/cvspublic/httpd-2.0/config.layout,v
retrieving revision 1.10
diff -u -u -r1.10 config.layout
--- config.layout       7 Mar 2002 14:26:07 -0000       1.10
+++ config.layout       7 Mar 2002 14:50:02 -0000
@@ -306,5 +306,5 @@
     proxycachedir: ${prefix}/var/cache/apache2/proxy
     infodir:       ${exec_prefix}/share/info
     installbuilddir: ${prefix}/etc/apache2/build
-    errordir:      ${prefix}/error
+    errordir:     ${datadir}/error
 </Layout>

Re: cvs commit: httpd-2.0 config.layout

Posted by Thom May <th...@planetarytramp.net>.
* Thom May (thom@planetarytramp.net) wrote :
> * aaron@apache.org (aaron@apache.org) wrote :
> > aaron       02/03/07 06:26:07
> > 
> >   Modified:    .        config.layout
> >   Log:
> >   Add a missing errordir entry in the Debian config.layout.
> >   
> >   PR: 10067
> >   Obtained from:  Dirk-Jan Faber <di...@selwerd.nl>
> Unfortunately that fix isn't quite correct, as it would put the errordir as
> /error .
> 
> Correction attached.
> Cheers, 
> -Thom
and neither is that. Lets try this again.
Sorry!
-Thom

ndex: config.layout
===================================================================
RCS file: /home/cvspublic/httpd-2.0/config.layout,v
retrieving revision 1.10
diff -u -u -r1.10 config.layout
--- config.layout       7 Mar 2002 14:26:07 -0000       1.10
+++ config.layout       7 Mar 2002 14:50:02 -0000
@@ -306,5 +306,5 @@
     proxycachedir: ${prefix}/var/cache/apache2/proxy
     infodir:       ${exec_prefix}/share/info
     installbuilddir: ${prefix}/etc/apache2/build
-    errordir:      ${prefix}/error
+    errordir:     ${datadir}/error
 </Layout>

Re: cvs commit: httpd-2.0 config.layout

Posted by Thom May <th...@planetarytramp.net>.
* aaron@apache.org (aaron@apache.org) wrote :
> aaron       02/03/07 06:26:07
> 
>   Modified:    .        config.layout
>   Log:
>   Add a missing errordir entry in the Debian config.layout.
>   
>   PR: 10067
>   Obtained from:  Dirk-Jan Faber <di...@selwerd.nl>
Unfortunately that fix isn't quite correct, as it would put the errordir as
/error .

Correction attached.
Cheers, 
-Thom

Index: config.layout
===================================================================
RCS file: /home/cvspublic/httpd-2.0/config.layout,v
retrieving revision 1.10
diff -u -u -r1.10 config.layout
--- config.layout       7 Mar 2002 14:26:07 -0000       1.10
+++ config.layout       7 Mar 2002 14:42:22 -0000
@@ -306,5 +306,5 @@
     proxycachedir: ${prefix}/var/cache/apache2/proxy
     infodir:       ${exec_prefix}/share/info
     installbuilddir: ${prefix}/etc/apache2/build
-    errordir:      ${prefix}/error
+    errordir:     ${data_dir}/error
 </Layout>

Re: cvs commit: httpd-2.0 config.layout

Posted by Thom May <th...@planetarytramp.net>.
* aaron@apache.org (aaron@apache.org) wrote :
> aaron       02/03/07 06:26:07
> 
>   Modified:    .        config.layout
>   Log:
>   Add a missing errordir entry in the Debian config.layout.
>   
>   PR: 10067
>   Obtained from:  Dirk-Jan Faber <di...@selwerd.nl>
Unfortunately that fix isn't quite correct, as it would put the errordir as
/error .

Correction attached.
Cheers, 
-Thom

Index: config.layout
===================================================================
RCS file: /home/cvspublic/httpd-2.0/config.layout,v
retrieving revision 1.10
diff -u -u -r1.10 config.layout
--- config.layout       7 Mar 2002 14:26:07 -0000       1.10
+++ config.layout       7 Mar 2002 14:42:22 -0000
@@ -306,5 +306,5 @@
     proxycachedir: ${prefix}/var/cache/apache2/proxy
     infodir:       ${exec_prefix}/share/info
     installbuilddir: ${prefix}/etc/apache2/build
-    errordir:      ${prefix}/error
+    errordir:     ${data_dir}/error
 </Layout>