From: radek Date: Sun, 29 Aug 2004 18:45:51 +0000 (+0000) Subject: - mv apache-* apache1-* X-Git-Tag: auto/ac/apache1-mod_auth_checkpasswd-1_0-1~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=66d78a4e06082a65a13bb249fa710d5ad7dc78fd;p=packages%2Fapache1-mod_auth_checkpasswd.git - mv apache-* apache1-* Changed files: apache-mod_auth_checkpasswd-aplog.patch -> 1.2 --- diff --git a/apache-mod_auth_checkpasswd-aplog.patch b/apache-mod_auth_checkpasswd-aplog.patch deleted file mode 100644 index 839bdfb..0000000 --- a/apache-mod_auth_checkpasswd-aplog.patch +++ /dev/null @@ -1,12 +0,0 @@ -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; - }