From 66d78a4e06082a65a13bb249fa710d5ad7dc78fd Mon Sep 17 00:00:00 2001 From: radek Date: Sun, 29 Aug 2004 18:45:51 +0000 Subject: [PATCH] - mv apache-* apache1-* Changed files: apache-mod_auth_checkpasswd-aplog.patch -> 1.2 --- apache-mod_auth_checkpasswd-aplog.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 apache-mod_auth_checkpasswd-aplog.patch 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; - } -- 2.44.0