summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
-rw-r--r--AUTHORS14
-rw-r--r--Documentation/manual.xml17
-rw-r--r--LICENSE5
-rw-r--r--Makefile.in4
-rw-r--r--configure.ac6
-rw-r--r--contrib/Makefile.in2
-rw-r--r--contrib/create_tables.sql (renamed from create_tables.sql)0
-rw-r--r--contrib/make_combined_log.pl (renamed from make_combined_log.pl)2
8 files changed, 26 insertions, 24 deletions
diff --git a/AUTHORS b/AUTHORS
index 2e62393..d10c5de 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,11 +1,11 @@
1The Apache Foundation 1Edward Rudd <eddie at omegaware dot com>
2 standard apache logging module for which this module is based on 2 Apache 2.0 port. Current Maintainer as of February, 2004
3
4Zeev Suraski <bourbon at netvision.net dot il>
5 Adding the mysql routines (intial revisions)
6 3
7Christopher B. Powell <chris at grubbybaby dot com> 4Christopher B. Powell <chris at grubbybaby dot com>
8 Maintainer since version 1.06 5 Maintainer since version 1.06
9 6
10Edward Rudd <eddie at omegaware dot com> 7Zeev Suraski <bourbon at netvision.net dot il>
11 Apache 2.0 port. 8 Adding the mysql routines (intial revisions)
9
10The Apache Foundation
11 standard apache logging module for which this module is based on
diff --git a/Documentation/manual.xml b/Documentation/manual.xml
index f2d36ff..3495047 100644
--- a/Documentation/manual.xml
+++ b/Documentation/manual.xml
@@ -5,19 +5,20 @@
5 <articleinfo> 5 <articleinfo>
6 <title>mod_log_sql Manual</title> 6 <title>mod_log_sql Manual</title>
7 <author> 7 <author>
8 <firstname>Christopher</firstname> 8 <firstname>Edward</firstname>
9 <othername>B.</othername> 9 <surname>Rudd</surname>
10 <surname>Powell</surname> 10 <contrib>Conversion from Lyx to DocBook</contrib>
11 <contrib>Current Maintainer</contrib>
11 <affiliation> 12 <affiliation>
12 <address format="linespecific"><email>chris &lt;at&gt; grubbybaby &lt;dot&gt; com</email></address> 13 <address format="linespecific"><email>eddie &lt;at&gt; omegaware &lt;dot&gt; com</email></address>
13 </affiliation> 14 </affiliation>
14 </author> 15 </author>
15 <author> 16 <author>
16 <firstname>Edward</firstname> 17 <firstname>Christopher</firstname>
17 <surname>Rudd</surname> 18 <othername>B.</othername>
18 <contrib>Porting from Lyx to DocBook</contrib> 19 <contrib>Original documentation author.</contrib>
19 <affiliation> 20 <affiliation>
20 <address format="linespecific"><email>eddie &lt;at&gt; omegaware &lt;dot&gt; com</email></address> 21 <address format="linespecific"><email>chris &lt;at&gt; grubbybaby &lt;dot&gt; com</email></address>
21 </affiliation> 22 </affiliation>
22 </author> 23 </author>
23 <copyright> 24 <copyright>
diff --git a/LICENSE b/LICENSE
index b6090e0..3057b84 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,6 @@
1$Id: LICENSE,v 1.1 2003/12/20 07:16:05 urkle Exp $ 1$Id: LICENSE,v 1.2 2004/02/12 03:44:12 urkle Exp $
2 2
3Copyright (c) 2004 Edward M. Rudd. All rights reserved.
3Copyright (c) 2002 Christopher B. Powell. All rights reserved. 4Copyright (c) 2002 Christopher B. Powell. All rights reserved.
4Portions copyright (c) 2000 The Apache Software Foundation. 5Portions copyright (c) 2000 The Apache Software Foundation.
5 6
@@ -117,5 +118,3 @@ WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
117MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 118MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
118 119
119The End 120The End
120
121
diff --git a/Makefile.in b/Makefile.in
index bc3d2d7..1ad7562 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
1# @configure_input@ 1# @configure_input@
2 2
3# Modify these top variables. 3# Modify these top variables.
4SUBDIRS = Documentation 4SUBDIRS = Documentation contrib
5SOURCES = \ 5SOURCES = \
6 @PACKAGE_NAME@.c 6 @PACKAGE_NAME@.c
7 7
@@ -18,7 +18,7 @@ INCLUDES = @MYSQL_CFLAGS@
18 18
19LDADD = @MYSQL_LDFLAGS@ @MYSQL_LIBS@ 19LDADD = @MYSQL_LDFLAGS@ @MYSQL_LIBS@
20 20
21EXTRA_DIST = AUTHORS INSTALL LICENSE CHANGELOG make_combined_log.pl 21EXTRA_DIST = AUTHORS INSTALL TODO LICENSE CHANGELOG make_combined_log.pl
22 22
23TARGET = @PACKAGE_NAME@@APXS_EXTENSION@ 23TARGET = @PACKAGE_NAME@@APXS_EXTENSION@
24 24
diff --git a/configure.ac b/configure.ac
index fb036ce..9dcc71d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl Required initializer 1dnl Required initializer
2AC_INIT(mod_log_sql, 1.95) 2AC_INIT(mod_log_sql, 1.96)
3AC_PREREQ(2.53) 3AC_PREREQ(2.53)
4AC_CONFIG_HEADERS(config.h) 4AC_CONFIG_HEADERS(config.h)
5 5
@@ -36,7 +36,9 @@ AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
36 36
37dnl Write config.status and the Makefile 37dnl Write config.status and the Makefile
38 38
39AC_OUTPUT(Makefile Documentation/Makefile) 39AC_OUTPUT(Makefile
40Documentation/Makefile
41contrib/Makefile)
40 42
41AC_MSG_RESULT([------------------------------------]) 43AC_MSG_RESULT([------------------------------------])
42AC_MSG_RESULT([Apache version : $APACHE_VERSION]) 44AC_MSG_RESULT([Apache version : $APACHE_VERSION])
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
index c40a711..7a020d9 100644
--- a/contrib/Makefile.in
+++ b/contrib/Makefile.in
@@ -3,7 +3,7 @@
3# Modify these top variables. 3# Modify these top variables.
4SUBDIRS = 4SUBDIRS =
5 5
6EXTRA_DIST = README mysql_import_combined_log.pl 6EXTRA_DIST = README create_tables.sql make_combined_log.pl
7 7
8#Don't modify anything below here 8#Don't modify anything below here
9 9
diff --git a/create_tables.sql b/contrib/create_tables.sql
index 0fe0f4b..0fe0f4b 100644
--- a/create_tables.sql
+++ b/contrib/create_tables.sql
diff --git a/make_combined_log.pl b/contrib/make_combined_log.pl
index 1b50f11..00786de 100644
--- a/make_combined_log.pl
+++ b/contrib/make_combined_log.pl
@@ -1,6 +1,6 @@
1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3# $Id: make_combined_log.pl,v 1.1 2003/12/20 07:16:05 urkle Exp $ 3# $Id: make_combined_log.pl,v 1.1 2004/02/12 03:44:12 urkle Exp $
4# 4#
5# make_combined_log.pl 5# make_combined_log.pl
6# 6#