From: Jakub Bogusz Date: Mon, 22 Oct 2001 12:26:05 +0000 (+0000) Subject: - change module name from mysql_auth_module to auth_mysql_module X-Git-Tag: apache-mod_auth_mysql-0_11-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache-mod_auth_mysql.git;a=commitdiff_plain;h=a494817e688c95e6430d6eec25ac11b449bd17ce - change module name from mysql_auth_module to auth_mysql_module Changed files: apache-mod_auth_mysql-name.patch -> 1.1 --- diff --git a/apache-mod_auth_mysql-name.patch b/apache-mod_auth_mysql-name.patch new file mode 100644 index 0000000..c4b0b24 --- /dev/null +++ b/apache-mod_auth_mysql-name.patch @@ -0,0 +1,47 @@ +--- apache-mod_auth_mysql-0.3/mod_auth_mysql.c.orig Mon Oct 22 14:15:13 2001 ++++ apache-mod_auth_mysql-0.3/mod_auth_mysql.c Mon Oct 22 14:16:19 2001 +@@ -66,7 +66,7 @@ + * instead. + * + * MODULE-DEFINITION-START +- * Name: mysql_auth_module ++ * Name: auth_mysql_module + * ConfigStart + MYSQL_LIB="-L/usr/local/lib/mysql -lmysqlclient -lm" + if [ "X$MYSQL_LIB" != "X" ]; then +@@ -358,7 +358,7 @@ + { NULL } + }; + +-module mysql_auth_module; ++module auth_mysql_module; + + /* + * Fetch and return password string from database for named user. +@@ -478,7 +478,7 @@ + { + mysql_auth_config_rec *sec = + (mysql_auth_config_rec *)ap_get_module_config (r->per_dir_config, +- &mysql_auth_module); ++ &auth_mysql_module); + conn_rec *c = r->connection; + const char *sent_pw, *real_pw; + int res; +@@ -523,7 +523,7 @@ + { + mysql_auth_config_rec *sec = + (mysql_auth_config_rec *)ap_get_module_config(r->per_dir_config, +- &mysql_auth_module); ++ &auth_mysql_module); + char *user = r->connection->user; + int method = r->method_number; + +@@ -579,7 +579,7 @@ + } + + +-module mysql_auth_module = { ++module auth_mysql_module = { + STANDARD_MODULE_STUFF, + NULL, /* initializer */ + create_mysql_auth_dir_config, /* dir config creater */