From: Jeff Trawick Date: Tue, 24 Nov 2009 01:52:13 +0000 (+0000) Subject: fix recognition of the Mutex directive (problem in r883540) X-Git-Tag: 2.3.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b224c767f54252a10b4004615038efa1d22a423;p=thirdparty%2Fapache%2Fhttpd.git fix recognition of the Mutex directive (problem in r883540) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883572 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 8b79d1dc7cc..2eee7fe7202 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -100,8 +100,8 @@ match ($0,/^SSLSessionCache +"shmcb:/) { sub(/^SSLSessionCache/, "#SSLSessionCache") } -match ($0,/^Mutex +"file:@rel_runtimedir@"/) { - sub(/"file:@rel_runtimedir@"/, "default") +match ($0,/^# Mutex +default +file:@rel_runtimedir@/) { + sub(/file:@rel_runtimedir@/, "default") } match ($0,/@@.*@@/) {