* [EMAIL PROTECTED] ([EMAIL PROTECTED]) 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 <[EMAIL PROTECTED]>
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>