]> git.pld-linux.org Git - packages/apache1-mod_auth_pam.git/blob - apache1-mod_auth_pam-symbol_fix.patch
- apxs1 in apache1-devel now
[packages/apache1-mod_auth_pam.git] / apache1-mod_auth_pam-symbol_fix.patch
1 --- mod_auth_pam-1.0a/mod_auth_pam.c~   Sun Feb 13 23:16:57 2000
2 +++ mod_auth_pam-1.0a/mod_auth_pam.c    Tue May 29 01:14:17 2001
3 @@ -505,7 +505,7 @@
4    return AUTH_REQUIRED;
5  }
6  
7 -module pam_auth_module = {
8 +module auth_pam_module = {
9    STANDARD_MODULE_STUFF,
10    auth_pam_init,                        /* initializer */
11    create_auth_pam_dir_config,  /* dir config creater */
This page took 0.048821 seconds and 3 git commands to generate.