Commit 4fabb1e4 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Fix some formatting nits in default.vcl.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4321 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 26ff836a
...@@ -13,13 +13,13 @@ Default backend definition. Set this to point to your content\n\ ...@@ -13,13 +13,13 @@ Default backend definition. Set this to point to your content\n\
server.\n\ server.\n\
\n\ \n\
backend default {\n\ backend default {\n\
.host = \"127.0.0.1\";\n\ .host = \"127.0.0.1\";\n\
.port = \"8080\";\n\ .port = \"8080\";\n\
}\n\ }\n\
\n\ \n\
Below is a commented-out copy of the default VCL logic. If you\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\ redefine any of these subroutines, the built-in logic will be\n\
appended to your code.\n" > tmp.vcl appended to your code.\n" > tmp.vcl
@sed -n '/vcl_recv/,$$p' $(top_srcdir)/bin/varnishd/default.vcl >> 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 @rm tmp.vcl
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment