]> git.pld-linux.org Git - packages/apache1-mod_auth_checkpasswd.git/blobdiff - apache1-mod_auth_checkpasswd-aplog.patch
- symbol update: s/aplog_error/ap_log_error/
[packages/apache1-mod_auth_checkpasswd.git] / apache1-mod_auth_checkpasswd-aplog.patch
diff --git a/apache1-mod_auth_checkpasswd-aplog.patch b/apache1-mod_auth_checkpasswd-aplog.patch
new file mode 100644 (file)
index 0000000..839bdfb
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur mod_auth_checkpasswd-1.0.orig/mod_auth_checkpasswd.c mod_auth_checkpasswd-1.0/mod_auth_checkpasswd.c
+--- mod_auth_checkpasswd-1.0.orig/mod_auth_checkpasswd.c       Fri Nov 23 21:23:43 2001
++++ mod_auth_checkpasswd-1.0/mod_auth_checkpasswd.c    Mon Mar 11 13:06:46 2002
+@@ -136,7 +136,7 @@
+     const char *group_name, *ll, *w;
+     if (!(f = ap_pcfg_openfile(p, grpfile))) {
+-      aplog_error(APLOG_MARK, APLOG_ERR, NULL,
++      ap_log_error(APLOG_MARK, APLOG_ERR, NULL,
+                   "Could not open group file: %s", grpfile);
+       return NULL;
+     }
This page took 0.062898 seconds and 4 git commands to generate.