From bdb5c0e5ea921d274b797f3b9b311b713eb0b792 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Thu, 12 Feb 2004 03:44:12 +0000 Subject: moved create_tables.sql and make_combined_log.pl into contrib directory. Added contrib directory to build system. Updated new maintainer information in AUTHORS,LICENSE, and manual.xml --- diff --git a/AUTHORS b/AUTHORS index 2e62393..d10c5de 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,11 +1,11 @@ -The Apache Foundation - standard apache logging module for which this module is based on - -Zeev Suraski - Adding the mysql routines (intial revisions) +Edward Rudd + Apache 2.0 port. Current Maintainer as of February, 2004 Christopher B. Powell Maintainer since version 1.06 -Edward Rudd - Apache 2.0 port. +Zeev Suraski + Adding the mysql routines (intial revisions) + +The Apache Foundation + 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 @@ mod_log_sql Manual - Christopher - B. - Powell + Edward + Rudd + Conversion from Lyx to DocBook + Current Maintainer -
chris <at> grubbybaby <dot> com
+
eddie <at> omegaware <dot> com
- Edward - Rudd - Porting from Lyx to DocBook + Christopher + B. + Original documentation author. -
eddie <at> omegaware <dot> com
+
chris <at> grubbybaby <dot> com
diff --git a/LICENSE b/LICENSE index b6090e0..3057b84 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ -$Id: LICENSE,v 1.1 2003/12/20 07:16:05 urkle Exp $ +$Id: LICENSE,v 1.2 2004/02/12 03:44:12 urkle Exp $ +Copyright (c) 2004 Edward M. Rudd. All rights reserved. Copyright (c) 2002 Christopher B. Powell. All rights reserved. Portions copyright (c) 2000 The Apache Software Foundation. @@ -117,5 +118,3 @@ WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End - - diff --git a/Makefile.in b/Makefile.in index bc3d2d7..1ad7562 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # @configure_input@ # Modify these top variables. -SUBDIRS = Documentation +SUBDIRS = Documentation contrib SOURCES = \ @PACKAGE_NAME@.c @@ -18,7 +18,7 @@ INCLUDES = @MYSQL_CFLAGS@ LDADD = @MYSQL_LDFLAGS@ @MYSQL_LIBS@ -EXTRA_DIST = AUTHORS INSTALL LICENSE CHANGELOG make_combined_log.pl +EXTRA_DIST = AUTHORS INSTALL TODO LICENSE CHANGELOG make_combined_log.pl TARGET = @PACKAGE_NAME@@APXS_EXTENSION@ diff --git a/configure.ac b/configure.ac index fb036ce..9dcc71d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Required initializer -AC_INIT(mod_log_sql, 1.95) +AC_INIT(mod_log_sql, 1.96) AC_PREREQ(2.53) AC_CONFIG_HEADERS(config.h) @@ -36,7 +36,9 @@ AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) dnl Write config.status and the Makefile -AC_OUTPUT(Makefile Documentation/Makefile) +AC_OUTPUT(Makefile +Documentation/Makefile +contrib/Makefile) AC_MSG_RESULT([------------------------------------]) AC_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 @@ # Modify these top variables. SUBDIRS = -EXTRA_DIST = README mysql_import_combined_log.pl +EXTRA_DIST = README create_tables.sql make_combined_log.pl #Don't modify anything below here 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 @@ #!/usr/bin/perl -# $Id: make_combined_log.pl,v 1.1 2003/12/20 07:16:05 urkle Exp $ +# $Id: make_combined_log.pl,v 1.1 2004/02/12 03:44:12 urkle Exp $ # # make_combined_log.pl # -- cgit v0.9.2