]> git.pld-linux.org Git - packages/apache-mod_auth_mysql.git/commitdiff
- change module name from mysql_auth_module to auth_mysql_module
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Oct 2001 12:26:05 +0000 (12:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_mysql-name.patch -> 1.1

apache-mod_auth_mysql-name.patch [new file with mode: 0644]

diff --git a/apache-mod_auth_mysql-name.patch b/apache-mod_auth_mysql-name.patch
new file mode 100644 (file)
index 0000000..c4b0b24
--- /dev/null
@@ -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 */
This page took 0.066222 seconds and 4 git commands to generate.