[master] d617d9f Add VCL 4.0 marker in default.vcl.

Lasse Karstensen lkarsten at varnish-software.com
Wed Jan 22 15:13:51 CET 2014


commit d617d9f8d8244843cd9f48e9bd1da04c0b796119
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Wed Jan 22 15:11:20 2014 +0100

    Add VCL 4.0 marker in default.vcl.
    
    Fixes: #1413

diff --git a/etc/Makefile.am b/etc/Makefile.am
index e724822..f1db501 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -6,7 +6,7 @@ DISTCLEANFILES = default.vcl
 dist_varnishconf_DATA = default.vcl
 
 default.vcl:	$(top_srcdir)/bin/varnishd/default.vcl
-	( printf "This is a basic VCL configuration file for varnish.  See the vcl(7)\n\
+	( printf "vcl 4.0;\nThis is a basic VCL configuration file for varnish.  See the vcl(7)\n\
 man page for details on VCL syntax and semantics.\n\
 \n\
 Default backend definition.  Set this to point to your content\n\



More information about the varnish-commit mailing list