You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2001/10/08 12:15:37 UTC

cvs commit: httpd-2.0/docs/conf ssl-std.conf ssl_std.conf

martin      01/10/08 03:15:37

  Modified:    .        Makefile.in
  Added:       docs/conf ssl-std.conf
  Removed:     docs/conf ssl_std.conf
  Log:
  Rename ssl-std.conf to match Makefile.in's installation action
  
  Revision  Changes    Path
  1.87      +1 -0      httpd-2.0/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.in,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- Makefile.in	2001/10/05 03:27:56	1.86
  +++ Makefile.in	2001/10/08 10:15:37	1.87
  @@ -35,6 +35,7 @@
   		$(INSTALL_DATA) $$i $(sysconfdir); \
   	done; \
   	for i in *-std* ldap.conf proxy.conf ssl.conf; do \
  +		[ -f $$i ] || continue; \
   		sed -e 's#@@ServerRoot@@#$(prefix)#g' \
   		    -e 's#@@Port@@#$(PORT)#g' \
   			< $$i > $(sysconfdir)/$$i; \
  
  
  
  1.1                  httpd-2.0/docs/conf/ssl-std.conf
  
  	<<Binary file>>