]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Gross hack to get ssl-std.conf installed (not properly configured
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 18 Nov 2003 00:46:02 +0000 (00:46 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 18 Nov 2003 00:46:02 +0000 (00:46 +0000)
  yet, but at least install doesn't fail.)

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

Makefile.win

index 27b904d9a5ca6d7a09f5cd77549f279166dbdc67..8574a7a882088b397e91b9298cf9635770e07161 100644 (file)
@@ -630,7 +630,7 @@ BEGIN {
 <<
        if not exist "$(INSTDIR)\conf\httpd.conf" \
            copy "$(INSTDIR)\conf\httpd.default.conf" "$(INSTDIR)\conf\httpd.conf"
-       copy docs\conf\ssl-std.conf "$(INSTDIR)\conf\ssl.default.conf" <.y
+       copy docs\conf\ssl-std.conf.in "$(INSTDIR)\conf\ssl.default.conf" <.y
        -awk -f <<script.awk "docs/conf/ssl-std.conf" "$(INSTDIR)" > "$(INSTDIR)\conf\ssl.default.conf"
     BEGIN { 
        serverroot = ARGV[2];