]> granicus.if.org Git - apache/commitdiff
Add rel_sysconfdir interpolation, this rounds out all
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 11:09:10 +0000 (11:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 11:09:10 +0000 (11:09 +0000)
of the necessary @X@ patterns.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606157 13f79535-47bb-0310-9956-ffa450edef68

build/installwinconf.awk

index 6ade49c8e0e4ba91c32e3fce10f642ec4928c228..ad6affd828c6b3b13837d818bf2c3f6dadc4241d 100644 (file)
@@ -174,6 +174,7 @@ BEGIN {
          gsub( /_log"/, ".log\"" )
        }
        gsub( /@rel_runtimedir@/, "logs" );
+       gsub( /@rel_sysconfdir@/, "conf" );
        gsub( /\/home\/\*\/public_html/, "\"C:/Documents and Settings/*/My Documents/My Website\"" );
        gsub( /UserDir public_html/, "UserDir \"My Documents/My Website\"" );
        gsub( /@@ServerName@@|www.example.com/,  servername );