]> granicus.if.org Git - apache/commitdiff
fix recognition of the Mutex directive (problem in r883540)
authorJeff Trawick <trawick@apache.org>
Tue, 24 Nov 2009 01:52:13 +0000 (01:52 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 24 Nov 2009 01:52:13 +0000 (01:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883572 13f79535-47bb-0310-9956-ffa450edef68

build/mkconfNW.awk

index 8b79d1dc7cca2d66d010b508d103f0601610a2d6..2eee7fe720260b4252d2536e8bbcf5f2932d72ff 100644 (file)
@@ -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,/@@.*@@/) {