]> git.pld-linux.org Git - packages/apache1-mod_auth_checkpasswd.git/blob - apache1-mod_auth_checkpasswd-aplog.patch
- use %service
[packages/apache1-mod_auth_checkpasswd.git] / apache1-mod_auth_checkpasswd-aplog.patch
1 diff -Nur mod_auth_checkpasswd-1.0.orig/mod_auth_checkpasswd.c mod_auth_checkpasswd-1.0/mod_auth_checkpasswd.c
2 --- mod_auth_checkpasswd-1.0.orig/mod_auth_checkpasswd.c        Fri Nov 23 21:23:43 2001
3 +++ mod_auth_checkpasswd-1.0/mod_auth_checkpasswd.c     Mon Mar 11 13:06:46 2002
4 @@ -136,7 +136,7 @@
5      const char *group_name, *ll, *w;
6  
7      if (!(f = ap_pcfg_openfile(p, grpfile))) {
8 -       aplog_error(APLOG_MARK, APLOG_ERR, NULL,
9 +       ap_log_error(APLOG_MARK, APLOG_ERR, NULL,
10                     "Could not open group file: %s", grpfile);
11         return NULL;
12      }
This page took 0.045799 seconds and 3 git commands to generate.