From: William A. Rowe Jr Date: Tue, 18 Nov 2003 00:46:02 +0000 (+0000) Subject: Gross hack to get ssl-std.conf installed (not properly configured X-Git-Tag: 2.0.49~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e149a59980e6da4740d597ba7c388a5627a4b40;p=thirdparty%2Fapache%2Fhttpd.git Gross hack to get ssl-std.conf installed (not properly configured 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 --- diff --git a/Makefile.win b/Makefile.win index 27b904d9a5c..8574a7a8820 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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 < "$(INSTDIR)\conf\ssl.default.conf" BEGIN { serverroot = ARGV[2];