r4321 - trunk/varnish-cache/etc

des at projects.linpro.no des at projects.linpro.no
Fri Oct 9 11:03:40 CEST 2009


Author: des
Date: 2009-10-09 11:03:39 +0200 (Fri, 09 Oct 2009)
New Revision: 4321

Modified:
   trunk/varnish-cache/etc/Makefile.am
Log:
Fix some formatting nits in default.vcl.


Modified: trunk/varnish-cache/etc/Makefile.am
===================================================================
--- trunk/varnish-cache/etc/Makefile.am	2009-10-08 16:20:46 UTC (rev 4320)
+++ trunk/varnish-cache/etc/Makefile.am	2009-10-09 09:03:39 UTC (rev 4321)
@@ -13,13 +13,13 @@
 server.\n\
 \n\
 backend default {\n\
-	.host = \"127.0.0.1\";\n\
-	.port = \"8080\";\n\
+    .host = \"127.0.0.1\";\n\
+    .port = \"8080\";\n\
 }\n\
 \n\
 Below is a commented-out copy of the default VCL logic.  If you\n\
 redefine any of these subroutines, the built-in logic will be\n\
 appended to your code.\n" > tmp.vcl
 	@sed -n '/vcl_recv/,$$p' $(top_srcdir)/bin/varnishd/default.vcl >> tmp.vcl
-	@sed 's/^\(.*\)$$/#\1/' tmp.vcl > default.vcl
+	@sed 's/^\(.*\)$$/# \1/' tmp.vcl > default.vcl
 	@rm tmp.vcl



More information about the varnish-commit mailing list