summaryrefslogtreecommitdiff
path: root/www/apache20/files/patch-configure.in
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-07-02 13:47:41 +0000
committerClement Laforet <clement@FreeBSD.org>2004-07-02 13:47:41 +0000
commit35843182ff26299a6c7b91e46daeff5afc3ceee1 (patch)
tree0d1e5feb8da94658aac475874dc0d7f87137f245 /www/apache20/files/patch-configure.in
parentGNATS local privilege elevation (diff)
- Make configure script define DEFAULT_SCOREBOARD.
- Add NOTICE file to respect Apache 2.0 license
Notes
Notes: svn path=/head/; revision=112777
Diffstat (limited to 'www/apache20/files/patch-configure.in')
-rw-r--r--www/apache20/files/patch-configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/apache20/files/patch-configure.in b/www/apache20/files/patch-configure.in
index bce5e602c918..6d77c65b7f07 100644
--- a/www/apache20/files/patch-configure.in
+++ b/www/apache20/files/patch-configure.in
@@ -1,5 +1,5 @@
---- configure.in.orig Mon Jan 5 14:40:31 2004
-+++ configure.in Mon Jan 5 14:44:51 2004
+--- configure.in.orig Thu Mar 18 08:36:52 2004
++++ configure.in Fri Jul 2 11:44:25 2004
@@ -69,7 +69,7 @@
if test "$apr_found" = "reconfig"; then
@@ -18,12 +18,14 @@
[--enable-layout=*|\'--enable-layout=*])
dnl We must be the last to build and the first to be cleaned
AP_BUILD_SRCLIB_DIRS="$AP_BUILD_SRCLIB_DIRS apr-util"
-@@ -532,8 +532,12 @@
+@@ -545,8 +545,14 @@
[Root directory of the Apache install area])
AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
[Location of the config file, relative to the Apache root directory])
+AC_DEFINE_UNQUOTED(DEFAULT_ERRORLOG, "${rel_logfiledir}/httpd-error.log",
+ [Location of error log file])
++AC_DEFINE_UNQUOTED(DEFAULT_SCOREBOARD, "${rel_runtimedir}/apache_runtime_status",
++ [Location of ScoreBoard file])
AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types",
[Location of the MIME types config file, relative to the Apache root directory])
+AC_DEFINE_UNQUOTED(DOCUMENT_LOCATION, "${rel_htdocsdir}",