]> git.pld-linux.org Git - packages/apache1-mod_auth_pam.git/commitdiff
- fix module symbol name.
authorkloczek <kloczek@pld-linux.org>
Mon, 28 May 2001 23:41:47 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_pam-symbol_fix.patch -> 1.1
    apache1-mod_auth_pam-symbol_fix.patch -> 1.1

apache-mod_auth_pam-symbol_fix.patch [new file with mode: 0644]
apache1-mod_auth_pam-symbol_fix.patch [new file with mode: 0644]

diff --git a/apache-mod_auth_pam-symbol_fix.patch b/apache-mod_auth_pam-symbol_fix.patch
new file mode 100644 (file)
index 0000000..75d5e9e
--- /dev/null
@@ -0,0 +1,11 @@
+--- mod_auth_pam-1.0a/mod_auth_pam.c~  Sun Feb 13 23:16:57 2000
++++ mod_auth_pam-1.0a/mod_auth_pam.c   Tue May 29 01:14:17 2001
+@@ -505,7 +505,7 @@
+   return AUTH_REQUIRED;
+ }
+-module pam_auth_module = {
++module auth_pam_module = {
+   STANDARD_MODULE_STUFF,
+   auth_pam_init,                        /* initializer */
+   create_auth_pam_dir_config,  /* dir config creater */
diff --git a/apache1-mod_auth_pam-symbol_fix.patch b/apache1-mod_auth_pam-symbol_fix.patch
new file mode 100644 (file)
index 0000000..75d5e9e
--- /dev/null
@@ -0,0 +1,11 @@
+--- mod_auth_pam-1.0a/mod_auth_pam.c~  Sun Feb 13 23:16:57 2000
++++ mod_auth_pam-1.0a/mod_auth_pam.c   Tue May 29 01:14:17 2001
+@@ -505,7 +505,7 @@
+   return AUTH_REQUIRED;
+ }
+-module pam_auth_module = {
++module auth_pam_module = {
+   STANDARD_MODULE_STUFF,
+   auth_pam_init,                        /* initializer */
+   create_auth_pam_dir_config,  /* dir config creater */
This page took 0.074901 seconds and 4 git commands to generate.