You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2003/11/18 01:46:03 UTC

cvs commit: httpd-2.0 Makefile.win

wrowe       2003/11/17 16:46:03

  Modified:    .        Tag: APACHE_2_0_BRANCH Makefile.win
  Log:
    Gross hack to get ssl-std.conf installed (not properly configured
    yet, but at least install doesn't fail.)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.120.2.13 +1 -1      httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.120.2.12
  retrieving revision 1.120.2.13
  diff -u -r1.120.2.12 -r1.120.2.13
  --- Makefile.win	11 Mar 2003 00:18:52 -0000	1.120.2.12
  +++ Makefile.win	18 Nov 2003 00:46:02 -0000	1.120.2.13
  @@ -630,7 +630,7 @@
   <<
   	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];