]> git.pld-linux.org Git - packages/apache1-mod_auth_checkpasswd.git/commitdiff
- symbol update: s/aplog_error/ap_log_error/
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Mar 2002 12:09:15 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_checkpasswd-aplog.patch -> 1.1
    apache1-mod_auth_checkpasswd-aplog.patch -> 1.1

apache-mod_auth_checkpasswd-aplog.patch [new file with mode: 0644]
apache1-mod_auth_checkpasswd-aplog.patch [new file with mode: 0644]

diff --git a/apache-mod_auth_checkpasswd-aplog.patch b/apache-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;
+     }
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.050749 seconds and 4 git commands to generate.